Forum: Java Nov 6th, 2007 |
| Replies: 4 Views: 4,895 This is a lot easier than when I first looked at it. I made the first column stuff string and took there length, then from that added the necessary spaces. Kind of easy. Thanks for the help. |
Forum: Java Nov 5th, 2007 |
| Replies: 4 Views: 4,895 Annual Interest Rate Monthly Payment
11.00 952.32
11.25 971.26
11.50 990.29
11.75 ... |
Forum: Java Oct 18th, 2007 |
| Replies: 4 Views: 3,966 I got it all to work...Thanks for the help Peter_budo. |
Forum: Java Oct 18th, 2007 |
| Replies: 4 Views: 3,966 I tried a switch, but I get getting unexpected type error so gave up with that. Thanks so much, and yes now hmmmm how do you do that 'F' thing, but I think I know a way and if I don't I gotta give... |
Forum: Java Oct 18th, 2007 |
| Replies: 3 Views: 5,172 vacationDays = (year - yy) = VACATION_DAYS_PER_YEAR;
That doesn't seem right. I don't know what you want to do so i can't really help, but since "VACATION_DAYS_PER_YEAR" is set to final and set... |
Forum: Java Oct 18th, 2007 |
| Replies: 5 Views: 782 So you want to be able to add money to the cash register basically right? So so the user wants to add 5 euros, they type in 5 or whatever and it adds it to the total value/money in the register... |
Forum: Java Oct 18th, 2007 |
| Replies: 3 Views: 5,172 You spelt "Calender" wrong. It should be spelt "Calendar"
Also, just glancing at it, your getSalary method is wrong. Should be ...getSalary() not ;...that's just a thought, I'm new to JAVA, but... |
Forum: Java Oct 17th, 2007 |
| Replies: 4 Views: 3,966 My assignment is:
"Write a program that accepts the letter grades for a student, calculates the student's gpa, and prints it out, along with one of the following five messages:
Eligible... |