Get input for maximum random number into a String variable.
- One line should be output for each round.
- Each line should contain:
- Round Number.
- Random number chosen.
- Current Maximum of all random numbers so far.
- Utilize Math class to determine current Max
- Current Minimum of all random numbers so far.
- Utilize Math class to determine current Min
- Current Total of all numbers added together.
- Total should be calculate using a compound operator.
- Current average of all random numbers so far.
- Average should be shown with 2 decimal places.