Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,418

    Re: Help with my assignment please!!! (Novice User)

    If that statement is outside the loop it should only show once.


    That requires you to save the amount of payment and name of the doctor that got it. As the payments are received compare the new...
  2. Replies
    5
    Views
    1,418

    Re: Help with my assignment please!!! (Novice User)

    Do you know about loops and arrays? Using them would make the code shorter and easier to work with.
  3. Replies
    5
    Views
    1,418

    Re: Help with my assignment please!!! (Novice User)

    See the Integer/Double class for a method to convert (parse) a String to an int/double value.
    Once the values are in int/double variables, you will be able to do the needed math.

    Please edit your...
Results 1 to 3 of 3