โ Back to If Statements
Question 385
Middle of Three Numbers
Middle of Three Numbers
Read three distinct integersa,b, andc. Print the middle value: the one that is neither the largest nor the smallest. For example, given the input3 1 2, the program prints: 2
Expected Output:
2
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.