Search:

Type: Posts; User: Norm

Search: Search took 0.34 seconds.

  1. Replies
    5
    Views
    1,369

    [SOLVED] Re: Math Remainder Issue

    I'm glad you got it working. See you next time.
  2. Replies
    5
    Views
    1,369

    [SOLVED] Re: Math Remainder Issue

    You should leave the variables as ints and scale them up to the number of cents (*100) vs the number of dollars to keep from having values such as 2.699999999999988

    The code needs more testing. ...
  3. Replies
    5
    Views
    1,369

    [SOLVED] Re: Math Remainder Issue

    Try debugging the code by printing out the results of each computation with a println() statement so you can see the results of each expression. Be sure to add labels to all the printouts. Something...
Results 1 to 3 of 3