Search:

Type: Posts; User: jak15

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    1,433

    [SOLVED] Re: While loop messed up

    i changed the formula and got it, thanks for helping
  2. Replies
    9
    Views
    1,433

    [SOLVED] Re: While loop messed up

    I realize moving it "}"was a dumb idea, that forces the print screen to happen again and again, dumb on my part
  3. Replies
    9
    Views
    1,433

    [SOLVED] Re: While loop messed up

    It compiles if i move the curly brace down to include the ending print statements but it doesnt do at all what i need it to. It just prints the Final statement over and over according to how many...
  4. Replies
    9
    Views
    1,433

    [SOLVED] Re: While loop messed up

    this error: cannot find symbol
    System.out.print(finalamount);
    ^
    symbol: variable finalamount
    location: class inflationcalculator
    1 error

    Process completed.
  5. Replies
    9
    Views
    1,433

    [SOLVED] Re: While loop messed up

    i get this error "error: cannot find symbol "line 51", of which is where i tell the program to print finalamount.
  6. Replies
    9
    Views
    1,433

    [SOLVED] Re: While loop messed up

    Im pretty certain the mistake lies within the loop, but im not sure, thats why i didnt post in the loop category.
  7. Replies
    9
    Views
    1,433

    [SOLVED] While loop messed up

    First off thanks to anyone willing to give their time to help a newbie.

    So im very new to java/programming and im having trouble with a program. I believe the while loop is messed up as im new to...
Results 1 to 7 of 7