Search found 35 matches

Search found 35 matches Page 1 of 4
by Jessica
Sat Dec 14, 2013 5:37 pm
Forum: Codenstuff boardroom
Topic: What did you ask Santa for?
Replies: 11
Views: 3095

I don't celebrate Xmas....though my parents do put up decorations (which will be up late this year because they're away in China with my little brother...so I'll be spending Christmas "alone" with my older brother)... Even if I did, I wouldn't get any presents. It's been years since I got ...
by Jessica
Tue Nov 05, 2013 11:35 pm
Forum: Misc
Topic: Recent docs list for Excel and Word
Replies: 5
Views: 3171

CodenStuff wrote:
I don't use office so I'm not sure, have you tried doing a repair install? :?
Nope, it was a brand new install, so I didn't think a repair install would work anyways...I'll give it a try though :/
Filip wrote:
Hmm try this

Would that work with Windows 7? I forgot to mention I have Windows 7, not 8
by Jessica
Tue Nov 05, 2013 5:21 am
Forum: Misc
Topic: Recent docs list for Excel and Word
Replies: 5
Views: 3171

Not sure if this is the right section...move if it's in the wrong one... Anyways, here's my issue.. Before I installed Office 2013 yesterday I had a long-time issue where the recent documents would not show up in the task bar or start menu for Excel and Word. By task bar I mean the little pop up you...
by Jessica
Tue Oct 15, 2013 1:58 pm
Forum: Misc
Topic: Java - Banking System
Replies: 4
Views: 2971

Sorry for the late reply

I got my dad to help me...thank you so much anyways
by Jessica
Fri Oct 11, 2013 7:37 pm
Forum: Misc
Topic: Java - Banking System
Replies: 4
Views: 2971

I didn't do well on this project, and I'm supposed to add/improve/remove on it, which then I have to turn in again, due this Wed @ midnight :/ Can someone check this so it's accurate so then I could try to do the next assignment with new instructions? Project attached.
Chen_Homework5_INFSCI0017.zip
by Jessica
Wed Oct 02, 2013 10:19 pm
Forum: Misc
Topic: Java - Banking System
Replies: 4
Views: 2971

Finally got it done. Would appreciate if I got a bit of help/replies before midnight today Stuck on these instructions: Set account balance to initial deposit amount (passed to this method as an argument) • Set account type (passed to this method as an argument) • Set account status to active (call ...
by Jessica
Tue Oct 01, 2013 9:09 pm
Forum: Misc
Topic: Java - Banking System
Replies: 4
Views: 2971

This is one of the bigger ones...so I'll do it little by little. Still need to get it done before tomorrow midnight though package edu.pitt.BankChen; import java.util.Scanner; import java.util.Date; public class Account { private int accountNumber; public String accountType; public String accountSta...
by Jessica
Wed Sep 25, 2013 2:39 pm
Forum: Misc
Topic: Java - Bank Account
Replies: 3
Views: 2753

Thank you so much!
by Jessica
Wed Sep 25, 2013 3:33 am
Forum: Misc
Topic: Java - Bank Account
Replies: 3
Views: 2753

package edu.pitt.ChenHomework4; import java.util.Scanner; public class BankAccount { public static void main(String[] args) { String accountStatus = "active"; // is the account active or not? double accountBalance = 1000.00; // initial account balance Scanner in = new Scanner(System.in); ...
by Jessica
Wed Sep 25, 2013 3:23 am
Forum: Misc
Topic: Java - Fibonacci Sequence
Replies: 1
Views: 1977

Directions/Requirements: Add a FibonacciSequence class with a main() method.  Write a Java program (within the main() method of the FibonacciSequence class) that outputs N number of elements of the Fibonacci sequence. Use Scanner class to ask the user how many elements in the sequence your program ...
Search found 35 matches Page 1 of 4
Go to advanced search