Question: quetion2 Question 1 Write algorithm for a program that will prompt user to enter radius for a base of a closed-cyllinder and also for the
Question 1 Write algorithm for a program that will prompt user to enter radius for a base of a closed-cyllinder and also for the height of a cyllinder. Then calculate the total surface area of the cyllinder and also its volume. to be 3.14 Area for base of cyllinder = radius*radius and set - And there is also the area for top of cyllinder. Area of side of cyllinder = diameter * height Diameter of circle = r * radius*height Volume of cyllinder = r * radius radius*height Submit printout - with your name on top. Question 2 Implement the algorithm above in Java Submit printout of source code - with your name on top. Also a screenshot of ONE run of your program. Also a screenshot of ONE run of your program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
