โ Back to Printing
Question 251
Read Two Numbers and Print Their Sum
Read Two Numbers and Print Their Sum
Read two lines of input, each containing an integer, then print their sum. For the input lines3and4, print: 7 Useint.Parseon each line read withConsole.ReadLine.
Expected Output:
7
Topics:
Printing
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.