Circle Area in Java ??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Circle Area in Java ???

Make a program that takes the radius of a circle as input, calculates its radius and area and prints it as output to the user.

1st Aug 2022, 1:22 PM
Md. Iftekhar
1 Answer
+ 4
Area = pi * r * r; Use this formula and write code.
1st Aug 2022, 1:43 PM
A͢J
A͢J - avatar