In the following questions, apply the design & development process. Give both the first and second level pseudocode and flowcharts with correct software flowchart symbol and right flow direction from begin to end:
The volume of a cylinder is given by the following equation:
volume = πr2l 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