Answer to Question #21987 in C++ for Candice Battle
Question #21987
Write a program that inputs (from the user) the number of hours worked and hourly pay rate for employees and outputs their total pay. The program should process an arbitrary number of employees; the user will terminate input by entering 0 for hours worked and pay rate. Use a class called Worker with
Attributes: Hours, Rate, Total
Methods: ComputeTotal () and access method (SetHours(), GetHours(), SetRate(), GetRate(), SetTotal()) for each of the attributes
Attributes: Hours, Rate, Total
Methods: ComputeTotal () and access method (SetHours(), GetHours(), SetRate(), GetRate(), SetTotal()) for each of the attributes
Expert's answer
Unfortunately, your question requires a lot of work and cannot be done for free.
Submit it with all requirements as an assignment to our control panel and we'll assist you.
Submit it with all requirements as an assignment to our control panel and we'll assist you.
Need a fast expert's response?
Submit orderand get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment