โ Back to User Input
Question 62
Sum of Three Inputs
Sum of Three Inputs
Read three integers (each on its own line) and print their sum. Example: inputs 1, 2, 3 print 6.
Expected Output:
6
Topics:
User Input
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.