Sorry I can't include the code (only have C++ @ school) but there isn't much anyway.
I need to let the user input the radius so the volume of the sphere can be calculated. The volume formula is 4/3πr^3. I'm having problems with how to declare pi (we only learned const float) and I don't know how to raise something to a power (in this case, to the third power)