Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing

Authors: David J. Auer David M. Kroenke

13th Edition

B01366W6DS, 978-0133058352

More Books

Students also viewed these Databases questions

Question

How do rapid growth firms deal with potential cash flow shortfalls?

Answered: 1 week ago

Question

Provide examples of KPIs in Human Capital Management.

Answered: 1 week ago

Question

What are OLAP Cubes?

Answered: 1 week ago