โ Back to If Statements
Question 349
Greatest of Three (Input)
Greatest of Three (Input)
Read three integersa,b, andcfrom standard input and print the greatest of the three using this exact wording: The greatest is <value> For the input3 9 5the output is: The greatest is 9
Expected Output:
The greatest is 9
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.