Question: C++ 1. Program: Create a C++ program that will function as an Employee Salary Calculator. Obtain from the user: a. Double variables for: i. Standard
C++
1. Program: Create a C++ program that will function as an Employee Salary Calculator. Obtain from the user: a. Double variables for: i. Standard Hours Worked ii. Rate of Pay iii. Overtime Hours (if applicable) b. Calculate appropriate pay for standard hours and overtime (1.5 x rate of pay). c. Provide formatted output using the following methods: i. setw() ii. setprecision() 2. Variables: Store the values into three different variables. For each variable, create three integer pointers that point to each of the values. Display the contents of the variables and pointers. In your program, be sure to use the new operator and delete operators to manage dynamic memory.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
