Donate SIGN UP

Programming Hw

Avatar Image
Yaser1100 | 19:28 Sat 10th Oct 2020 | Technology
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.
Gravatar

Answers

1 to 3 of 3rss feed

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.
OK
I've already forwarded the previous thread to the Head of Computer Studies at the OP's University.
Question Author
OK thank u

1 to 3 of 3rss feed

Do you know the answer?

Programming Hw

Answer Question >>