Question: Lab 3.1.4 create a program that include the elements below Create a function named Salary. The function will calculate how much you make in a
Lab 3.1.4
create a program that include the elements below
Create a function named Salary.
The function will calculate how much you make in a week. The formula you will use is: number of hours * pay rate.
The function will ask the user to input their pay rate and number of hours worked in a week.
The function will then calculate how much the user made and return that value to the main function where it will print out to the screen the users weekly salary.
Save the program as Lab4.cpp
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
Get step-by-step solutions from verified subject matter experts
