โ Back to If Statements
Question 320
All Three Equal
All Three Equal
Read three integers, each on its own line. If all three are equal, printAll equal. Otherwise printNot all equal. For example, for input5then5then5, print: All equal
Expected Output:
All equal
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.