PROGRAMMING:2-2. Calculate and output the sum and product of integers a and B
Write a program to read two integers as follows, and then output their sum and product.
```
Please enter two integers.
Integer x: 54 (carriage return)
Integer Y: 12 (enter)
Their sum is 66 and their product is 648.
```
###Input format:
Enter an integer at the prompt and press enter. For example: 54 (enter) 12 (enter).
###Output format:
See the stem example.
###Input example:
Here is a set of inputs. For example:
```in
fifty-four
twelve
```
###Output example:
```out
Please enter two integers.
Integer x: integer Y: their sum is 66 and their product is 648.
```
answer:If there is no answer, please comment
```
Please enter two integers.
Integer x: 54 (carriage return)
Integer Y: 12 (enter)
Their sum is 66 and their product is 648.
```
###Input format:
Enter an integer at the prompt and press enter. For example: 54 (enter) 12 (enter).
###Output format:
See the stem example.
###Input example:
Here is a set of inputs. For example:
```in
fifty-four
twelve
```
###Output example:
```out
Please enter two integers.
Integer x: integer Y: their sum is 66 and their product is 648.
```
answer:If there is no answer, please comment