Help
This program loops to input numbers until a negative number is entered.
The first number is read before the loop and saved as the largest so far.
Each subsequent number is compared to large and saved if it is bigger.
Click next to step through the algorithm one step at a
time.