PROGRAMMING:Java basic syntax - four operations of integers
Input 2 integers and output their sum, difference, product and exact quotient.
###Input format:
Enter two integers
###Output format:
The results of four operations are output in each row
###Input example:
```in
seventy
sixteen
```
###Output example:
The corresponding output is given here. For example:
```out
eighty-six
fifty-four
one thousand one hundred and twenty
four point three seven five
```
answer:If there is no answer, please comment
###Input format:
Enter two integers
###Output format:
The results of four operations are output in each row
###Input example:
```in
seventy
sixteen
```
###Output example:
The corresponding output is given here. For example:
```out
eighty-six
fifty-four
one thousand one hundred and twenty
four point three seven five
```
answer:If there is no answer, please comment