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

PROGRAMMING:Absolute value of real number

Luz5年前 (2021-05-10)题库429
Input a real number from the keyboard, find the absolute value of the number, and output according to the format requirements.
###Input format:
Enter a real number
###Output format:
Output the absolute value of the real number, the result retains 2 decimal places, and each output has a single line (after outputting the real number, you need to enter to wrap the line)
###Input example:
```in
-3.5
```
###Output example:
```out
three point five zero
```






answer:If there is no answer, please comment