Question: help me in Solving this question in C++ using Functions (modules for example) by calling them in the main function make sure you add comments
help me in Solving this question in C++ using Functions (modules for example) by calling them in the main function
make sure you add comments as well

Exercise #1: Write a C++ program that will prompt the user to enter the radius and the density of the sphere. Then call one function that will calculate the volume, surface area and the mass of the sphere. In the main function, write statements to print the calculated values into the output screen. Your screen should look similar to this. CAUserslohameddocumentslvisual studio 2013\ProjectsPI-Lab-ExDebug\PI-Lab-Exexe Program to calculate the volume, surface area and mass of a sphere Radius: 10 Density: 2.5 Surface area of the sphere is: 1256.64 Uolume of the sphere is: 4188.79 Mass of the sphere: 10472 Press any key to continue . Code Output Screen
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
