Search found 35 matches
- by Jessica
- Sat Dec 14, 2013 5:37 pm
- Forum: Codenstuff boardroom
- Topic: What did you ask Santa for?
- Replies: 11
- Views: 3706
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: 4742
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: 4742
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: 4387
Sorry for the late reply
I got my dad to help me...thank you so much anyways
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: 4387
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.
- by Jessica
- Wed Oct 02, 2013 10:19 pm
- Forum: Misc
- Topic: Java - Banking System
- Replies: 4
- Views: 4387
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: 4387
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: 4215
Thank you so much!
- by Jessica
- Wed Sep 25, 2013 3:33 am
- Forum: Misc
- Topic: Java - Bank Account
- Replies: 3
- Views: 4215
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: 3096
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 ...
Copyright Information
Copyright © Codenstuff.com 2020 - 2023