Search:

Type: Posts; User: ePerKar3

Search: Search took 0.08 seconds.

  1. Re: Program to calculate pay and total sum with daily increment. Urgent!

    Thanks a lot for all the help so far. Would you mind elaborating this last one just a little bit though or showing a bit more clearly what you meant? I know i'm being a handful, sorry 'bout that :p
  2. Re: Program to calculate pay and total sum with daily increment. Urgent!

    I got the right column to work now too. Next step is to have a text at the bottom informing the user when he has earned more than one million in total and also when he earns more than one million per...
  3. Re: Program to calculate pay and total sum with daily increment. Urgent!

    Ok i got the program so far to work, all i needed to do was change the line "amount = initial * Math.pow(1 + rate, day );" to "amount = initial * Math.pow(1 + rate, day-1 );"

    But now to the next...
  4. Re: Program to calculate pay and total sum with daily increment. Urgent!

    Well, i tried making day a global variable and putting the line "jTextArea1.append( day + " " + pay.format(amount) + "\n");" before the loop and when i do that it only displays...
  5. Re: Program to calculate pay and total sum with daily increment. Urgent!

    Sorry, but i still don't really get it. Maybe it's because i've been staring at this code for like 10 hours and i'm going mad, i don't know, but either way, i'm not sure what i am supposed to change...
  6. Program to calculate pay and total sum with daily increment. Urgent!

    Hi, i'm working on the last of five programs i need to hand in tonight for an assignment and i'm completely stuck. The instructions are to create a JFrame Form program that calculates the money for...
  7. Help with JFrame program that calculates average

    Hi everyone. I have a program i'm working on for an assignment that is pretty basic but i still can't get it to work, i'm still really new to Java. This program along with a few others are already...
Results 1 to 7 of 8