~ write a overloaded prototypes of volume(),a function that returns volume of different strutures.
write three versions,
1>for cube's volume with parameters float
2>for cylinder's volume with float radius and float heights as the parameters
3>for recatangular volume float height,float lenght,float bredth as parameters