Question: Write in C++ The area should be 1309 Create a class Container. There are two functions in the class, calculateArea() and calculateVolume (). The program
Write in C++

Create a class Container. There are two functions in the class, calculateArea() and calculateVolume (). The program will receive inputs from user and the inputs will be passed to the class container for calculating the area and volume. Declare the necessary variables. Sample run is given as in Figure 1. 1 Please enter container length: 42.5 Please enter container breadth: 30.8 Please enter container height: 19.2 Area of container = 1039 Volume of container = 25132.8 Figure 1. Sample of calculating area and volume of a container
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
