Problems
Take two integers as input and output the result of adding the two numbers.
Input
Recieve two integers
Output
Print the results of
Example #1
1 2
3
1 plus 2 is 3.
Example #2
3 4
7
Hint
Tag
Source
JUNGOL
Take two integers as input and output the result of adding the two numbers.
Recieve two integers
Print the results of
1 2
3
1 plus 2 is 3.
3 4
7