KEMBAR78
Flowchart for volume and surface area of cylinder | PDF
Problem: Create a flowchart to display the volume and surface area of a cylinder.




                                            Start




                                     Input radius, height




                           Volume = 3.14*radius*radius*height




                  SurfaceArea = 2*3.14*radius*radius+2*3.14*radius*height




                                 Output Volume, SurfaceArea




                                          End

Flowchart for volume and surface area of cylinder

  • 1.
    Problem: Create aflowchart to display the volume and surface area of a cylinder. Start Input radius, height Volume = 3.14*radius*radius*height SurfaceArea = 2*3.14*radius*radius+2*3.14*radius*height Output Volume, SurfaceArea End