<=Back
Write a C++ program to implement a class named Cylinder that has a parameterized constructor used to assign the dimensions (length(21), radius(7)) and a member function named CVolume used to determine and display the volume of a Cylinder.
Hint: #V=πr^2h#
 Viewed: 553 times
Share in: