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

PROGRAMMING:Area of circle

Luz5年前 (2021-05-10)题库398
Input the radius of a circle , calculate the area. The result remain 2 digits after decimal point. (pi=3.1415)
### Input format:
A floating point data.
### Output format:
The output should be as follows, the instruction in the () is not the real output.
r = (radius value), area = (result)
### Input sample:
```
two point four
```
### Output sample:
```
r = 2.40, area = 18.10
```






answer:If there is no answer, please comment