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

PROGRAMMING:2-3. Read in a real number and display the precision of 6 decimal places

Luz5年前 (2021-05-10)题库391
Write a program to show the value of the read real number (6 decimal places precision) as follows.
```
Please enter a real number: 57.3 (enter)
You entered 57.300000.
```
###Input example:
Enter the real number and enter.
```in
57.3 (enter)
```
###Output example:
```out
Please enter a real number: you entered 57.300000.
```







answer:If there is no answer, please comment