Write a complete C# app to prompt the user for the double radius of a sphere, and call methodSphereVolume to calculate and display the volume of the sphere. Use the following statement tocalculate the volume:double volume = ( 4.0 / 3.0 )*Math.PI * Math.Pow( radius,3 )
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here