Write a program that computes and prints the area and volume of a sphere
given its radius.
(write the program in C, not C++ and create a simple program (this is an
introductory exercise in the textbook)– I want to compare it to the
program I came up with)
Use extensive comments so that I can fully understand what your code is
doing.
