Circle Area in Java ??? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 4
Area = pi * r * r; Use this formula and write code.
1st Aug 2022, 1:43 PM
A͢J
A͢J - avatar