PROGRAMMING:Find the sum and average of two integers
This is a programming problem template. Please write the title description here. For example: this topic requires reading in 2 integers a and B, and then output their sum.
###Input format:
The user inputs any two integers m and n
###Output format:
What is the sum of the two numbers and the average? sum=m+n avg=(m+n)/2
###Input example:
Here is a set of inputs. For example:
```in
forty-four
twenty-four
```
###Output example:
The corresponding output is given here. For example:
```out
sixty-eight
thirty-four
```
answer:If there is no answer, please comment
###Input format:
The user inputs any two integers m and n
###Output format:
What is the sum of the two numbers and the average? sum=m+n avg=(m+n)/2
###Input example:
Here is a set of inputs. For example:
```in
forty-four
twenty-four
```
###Output example:
The corresponding output is given here. For example:
```out
sixty-eight
thirty-four
```
answer:If there is no answer, please comment