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

PROGRAMMING:Calculate the area according to the radius.

Luz5年前 (2021-05-10)题库418
Write the code to calculate the circle area, the radius is input by the user, and the PI is defined as 3.14159.
###Input format:
Enter integer radius
###Output format:
The area is calculated and output according to the radius. The result retains 2 decimal places and is output in the form of "area = area".
###Input example:
```in
one
```
###Output example:
```out
area = 3.14
```







answer:If there is no answer, please comment