Write a program that inputs the number of hours


Use pseudocode to write an object-oriented program that consists of a class definition and a main program

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 methods (SetHours(), GetHours(),
SetRate(), GetRate(), SetTotal(), and GetTotal()) for each of the
attributes 

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program that inputs the number of hours
Reference No:- TGS097340

Expected delivery within 24 Hours