Problem Statement: Write, compile, and execute a C++
program to calculate the volume of a dumbbell that
consists of 2 spheres, each being attached to each end
of a cylindrical bar. Your program should ask the user
to provide the radius of the sphere, the radius of the
bar and the length of the bar. The program should
display the resulting volume formatted to 3 decimal places.
a) Determine the...