Search:

Type: Posts; User: dlorde

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    2,175

    [SOLVED] Re: Brand Spanking New to Java...

    In your calculations, you should be using the 'remainingAmount' to calculate each time, not using the 'amount' which is always what was originally input.

    If you had stepped through the code by...
  2. Replies
    7
    Views
    2,175

    [SOLVED] Re: Brand Spanking New to Java...

    You need to look at the input code - you're getting a single value from the user and parsing it into all the variables (amount, hundreds, fifties, twenties, tens, fives, twos, one) so they all...
Results 1 to 2 of 2