Given the following class. In main, write statements to input workerName, worker
ID: 3659617 • Letter: G
Question
Given the following class. In main, write statements to input workerName, workerHrsWorked, and workerHrlyRate and call class functions to set the employee info that was input and then get the information and print it. class Employee { public: void setEmployeeInfo(string, int, doube); void getEmployeeInfo(string&, int&, double&); void printEmployeeInfo() const; private: string name; int hoursWorked; double hourlyRate; }; . . . int main() { Employee winterBreakWorker; string workerName; int workerHrsWorked; double workerHrlyRate; return 0; }Explanation / Answer
please post line by line or upload picture.... Its not at all clear.. please repost i will help u.
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.