I need help with some homework.
I need to write a program that uses a while statement to determine and print the largest number of 10 numbers input by the user. The program should use three variables:
counter: A counter to count to 10, (to keep track of how many numbers have been input and to determine when all numbers have been processed.)
number: the current number input to the program
Largest: The largerst number found so far.
If anyone can help or guide me how to do this. It would be helpful. It might seem trivual to some of you, but I am not sure how to write this up. :cry: :cry: