Respuesta :

Answer:

In geometry, the area enclosed by a circle of radius r is πr2. Here the Greek letter π represents a constant, approximately equal to 3.14159, which is equal to the ratio of the circumference of any circle to its diameter.

Explanation:

Pseudocodes are simply false codes that are used as program prototype or models

The pseudocode

The pseudocodes to compute the sphere volume is as follows:

  1. Start
  2. Input r
  3. Calculate Volume, V = (4/3) * 3.1416 * r^3
  4. Display Volume V
  5. Stop

Read more about pseudocode at:

https://brainly.com/question/24953880

#SPJ9