Computer Science, asked by lakshanya028, 2 days ago

Write a program in JAVA to calculate the Area of the circle with the radius 12 cm. (pi = 3.14, Area of the circle = pi*radius*radius)​

Answers

Answered by pp1091625
0

Explanation:

area of circle=πr²

= 3.14×(12)²

= 3.14 × 144

= 452.16 cm²

Similar questions