Sum of Two Numbers
EasyDescription:
You are given two integers as input. Your task is to compute their sum and print the result.
Input Format:
Give two integers
Output Format:
Display sum
Tags:
MathSample Input:
3 5
Sample Output:
8
You are given two integers as input. Your task is to compute their sum and print the result.
Give two integers
Display sum
3 5
8