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

PROGRAMMING:C programming experiment 2-1

Luz5年前 (2021-05-10)题库412
Calculate and output the absolute value of a real number. Input a real number arbitrarily from the keyboard, calculate and output the absolute value of the real number without using the absolute value calculation function.
###Input format:
Enter any real number.
###Output format:
The absolute value of the output contains two decimal places.
###Input example:
```in
-2.5
```
###Output example:
```out
two point five zero
```







answer:If there is no answer, please comment