🏠 Home

In the following questions, apply the design & development process. Give both the first and second level pseudocode and flowcharts. a. The volume of a cylinder is given by the following equation: volume = πr2 l r is the radius l is the length of the cylinder. Write a program that will prompt the user to enter the radius and the length of the cylinder. The program will calculate and display the volume. b. Enhance the above program such that it also calculates and displays the total surface area of the cylinder. The total surface are of the cylinder is given by the following equation: total surface area = 2πr2 + 2πrl

Loading Player...

Downloads