Question: Write a simple C + + program that displays a title, Employee Salary Records. Insert comments in the program to document the program internally. A

Write a simple C++ program that displays a title, "Employee Salary Records." Insert comments in the program to document the program internally.
A. Get the user input for the following information:
Employee ID (integers)
Number of hours worked (double)
Rate per hour (double)
B. Display the following (with appropriate headings):
EmployeeID
HoursWorked
RatePerHour
GrossSalary
C. Program header is required. The following information is suggested for the program header:
Author's Name, e.g.,
Program Name, e.g.,
Date, e.g.,
College Name, e.g., Cerritos college
------------------------------------------------------------------------------------------------------------
Expected Output of the Program:
Employee ID: 12345
Number of hours worked: 40
Rate per hour: 20
*****************************
Author: Andrew Asendorf
Program Name:
Asendorf_Assign1.cpp
Date: March 14,2020
College Name: Long Beach City College (LBCC)
Employee Salary Records
Employee ID: 12345
Hours Worked: 40
Rate per Hour: 20
Gross Salary: $800/ week
Write a simple C + + program that displays a

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 Programming Questions!