Write a program that inputs from the user the number of


Problem

Use pseudocode to write an object-oriented program that consists of a class definition and a main program to solve the given problem. RAPTOR can be used for Programming Challenges 1-4 but may require some advanced study of RAPTOR's OOP mode.

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: Compute Total () and access methods (Set Hours (), Get Hours (), Set Rate (), Get Rate (), Set Total (), and Get Total () for each of the attributes

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a program that inputs from the user the number of
Reference No:- TGS02676518

Expected delivery within 24 Hours