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

PROGRAMMING:Output absolute value

Luz5年前 (2021-05-10)题库396
Input an integer and program to output its absolute value.
###Input example:
Here is a set of inputs. For example:
```in
-299
```
###Output example:
```out
two hundred and ninety-nine
```







answer:If there is no answer, please comment