โ Back to User Input
Question 236
Read Two Integers on Separate Lines
Read Two Integers on Separate Lines
Read two integersaandbfrom standard input (in that order) and print them back withaon the first line andbon the second line. For example, if the input is5 9, print: 5 9 Do not print a trailing newline after the second number.
Expected Output:
5 9
Topics:
User Input
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.