-->
当前位置:首页 > 题库

PROGRAMMING:Calculate the sum of two numbers

Luz5年前 (2021-05-10)题库425
Calculate the sum of two numbers.
Assign values to variables A and B through keyboard, then calculate the sum of variables A and B, assign the sum to variable sum, and finally output the value of variable sum;
requirement:
###Input format:
Enter two integers
###Output format:
The sum of two numbers
###Input example:
Here is a set of inputs. For example:
```in
2 8
```
###Output example:
The corresponding output is given here. For example:
```out
ten
```







answer:If there is no answer, please comment