Question: c++ Question 4 (10pt): Calculating sphere volume and area Create a program that takes a radius as a floating-point value (as double), and it prints
c++

Question 4 (10pt): Calculating sphere volume and area Create a program that takes a radius as a floating-point value (as double), and it prints both the volume and surface area of a sphere with the given radius. The formulas are: volume = nr3 surfaceArea = 41tr2 For , use M_PI from #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
