Write a program in pseudocode that

VerifiedEducator
 (Not rated)
 (Not rated)
Chat

Write a program in pseudocode 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 attrributes: hours rate and total. methods computetotal() and access methods sethours, gethours, setrate, getrate, settotal,, and gettotal for each of the attributes

    • 4 years ago
    Answer Attached
    NOT RATED

    Purchase the answer to view it

    • Pseudocode.docx