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.
1 Respuesta
+ 4
Area = pi * r * r;
Use this formula and write code.
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.