Respuesta :

Answer:

Explanation:

note the height "h" and radius "r" of the cylinder

IF the height "h" & radius "r" of cylinder are not zero or less than zero THEN

volume V=(3.142)*r*r*h

ELSE

enter valid values of "r" & "h"

END IF

PRINT V

stop

stop