Write a function that will receive the radius ( ) and height ( )of a cylinder. It will calculate and return the volume of thecylinder ( ∗ ∗ ). If the function call expects two outputarguments, the function will also return the surface area of thecylinder ( ∗ ∗ ∗ + ∗ ∗ ). Note: assume = 3 and ℎ= 5. Next, create another function that will receive the edge ( )of a cube. It
OR
OR