Search:

Type: Posts; User: Norm

Search: Search took 0.20 seconds.

  1. Replies
    9
    Views
    1,437

    [SOLVED] Re: While loop messed up

    Having the correct formula can improve the program's output.
  2. Replies
    9
    Views
    1,437

    [SOLVED] Re: While loop messed up

    The definition for the finalamount variable is inside inside of a pair of {}s and is not known outside of those {}s.
    It is out of scope for where you are trying to use it. Read up on variable scope...
  3. Replies
    9
    Views
    1,437

    [SOLVED] Re: While loop messed up

    What does the program print out when it is executed?

    If you get errors, please copy and paste here the full text of the error message.
Results 1 to 3 of 3