Create a program called "Geometry"
Prompt the user for a small decimal number.
Prompt the user for a large decimal number.
Using those numbers as lower and upper bounds, randomly generate a decimal value between the two .
Using the randomly generated number, calculate the VOLUME of a sphere if it were to have that size radius.
Output the radius as well as the volume back to the user.