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

PROGRAMMING:Java basic syntax - four operations of integers

Luz5年前 (2021-05-10)题库528
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