write program c++ :
write a class VolumeOfBox that calculate the volume by this formula : length * breadth *
height
this class has three data member ,and the member function which calculates the volume and
print the result by using pointer to the object.