English, asked by dharmjitsinhjibhatti, 6 months ago

of Cone.
✓ Write an algorithm and draw a flowchart to calculate & print area &
volume of Sphere​

Answers

Answered by mahakincsem
8

Algorithm to calculate and print the area and volume of a sphere

Explanation:

Following is the flowchart to calculate the volume of a sphere

  • Step 1

              Start

  • Step 2

             Read values of r, Radius

  • Step 3

             Calculate the volume, V= 4/3 π r³

  • Step 4

              Print volume, V

  • Step 5

              Stop

Following is the flowchart to calculate the area of a sphere

  • Step 1

              Start

  • Step 2

             Read values of r, Radius

  • Step 3

             Calculate the volume, V= 4 π r²

  • Step 4

              Print volume, V

  • Step 5

               Stop

Answered by vyasarao452
1

Answer:

Prepare an algorithm to find area of a rectangle.

Similar questions