Question: (Area and perimeter of a circle) Write a program that displays the area and perimeter of a circle that has a radius that is given
(Area and perimeter of a circle) Write a program that displays the area and perimeter of a circle that has a radius that is given by the user using the following formula:
perimeter = 2 * radius * PI area = radius * radius * PI
Java please
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
