Question: Question 36 of 39 Save Answer 4 points a) Write a C++ class called Employee that includes two instance variables-a name (type String) and a

Question 36 of 39 Save Answer 4 points a) Write a C++ class called Employee that includes two instance variables-a name (type String) and a monthly salary (type double). Provide a constructor an employee object that initializes the two instance variables, a set method that changes an employee's monthly salary, and a display method that prints all information about 2000. b) Write a main method that creates two Employee objects, displays each object's information and changes the monthly salary of the first Employee to be For the toolbar.press ALT F10 (PC) or ALT+FN+F10 (Mac). P
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
