You need to sign in to test your code and save your progress on this question.
Problem Description
Find Maximum of 5 Numbers
Medium
Loops
Selection
Write 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
Success Rate:
0% (0 passed / 0 attempted)
Code
Unsaved
Test Results
Click "Run Code" to evaluate your code against the tests.