Question: 1 Write a Java program to print the area and perimeter of a circle (use variables). Perimeter-2nr Area=tra*r*r I = 3.14 r is the rayon

1 Write a Java program to print the area and perimeter of a circle (use variables). Perimeter-2nr Area=tra*r*r I = 3.14 r is the rayon of the circle To test give 10 as value for r. 2 Write a Java program to print the volume of a cylinder (use variables). The volume of cylinder = Area of circle * h (height) To test give 10 as value for r and h=20. 3 Write a java program that calculates and displays the perimeter and the area of the following drawing (you should use variables) 10 5 2 2.5 1.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
