Find Maximum of 5 Numbers
MediumWrite a program that prompts the user to enter 5 positive numbers one by one. The program should evaluate them sequentially and output the largest number entered.
Example Input
1
5
2
9
3
Example Output
9
0% (0 passed / 0 attempted)