Algorithm:
Step 1: Start
Step 2: Input Radius and Height (R, H)
Step 3: A = 2 * 3.14 * R * ( R + H )
Step 4: V = 3.14 * R ^ 2 * H
Step 5: Print “ Total Surface Area of Cylinder “ A
Step 6: Print “ Volume Of Cylinder “ V
Step 7: Stop/ End
Flowchart:
