Question: Lab 3.2.1 Construct a program and create a class named box The box class in contain the members: length, width, and height In the main

Lab 3.2.1

Construct a program and create a class named box

The box class in contain the members: length, width, and height

In the main function you will declare 3 boxes with the following dimensions:

Box1: length=1,width=3,height=2 Box2: length=4,width=5height=6 Box 3: length = 10, width = 12, height = 14

Write an output statement that will print out the area of each box Length * width * height

Save the program as lab1.cpp

Lab 3.2.2

Construct a program that stores an integer variable named payroll whose value is 10

Ling the payroll variable to the pointer pay

Write an output statement that will print out the pointer pay (you should get 10)

Save the program as lab2.cpp

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!