Write a function that will receive the radius r of a sphere. It will calculate and return the volume of the sphere (4/3
Posted: Fri Apr 29, 2022 7:14 am
Write a function that will receive the radius r of a sphere. It will calculate and return the volume of the sphere (4/3 7 23). If the function call expects two output arguments, the function will also return the surface area of the sphere (4 7 r?). When any other number of values (zero or more than 2) are expected by the user, then the following warning is printed. 7T "This function cannot operate"