Society & Culture1 min ago
Programming Hw
3 Answers
Write a complete JavaScript program to prompt the user for the radius of a sphere, then call function sphere_surface to calculate and display the surface of the sphere.
Hint: Use the statement volume = (4.0 ) * Math. PI * Math. pow ( radius, 2 ) to calculate the volume.
Hint: Use the statement volume = (4.0 ) * Math. PI * Math. pow ( radius, 2 ) to calculate the volume.
Answers
Best Answer
No best answer has yet been selected by Yaser1100. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.