Question: 1 Question 34 a) Write a C++ class called Employee that includes two instance variables-a name (type String) and a monthly salary ttype double). Provide
1

Question 34 a) Write a C++ class called Employee that includes two instance variables-a name (type String) and a monthly salary ttype double). Provide a constructor 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 an employee object. 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 2000. in or ALT+FN+F10 (Mac). 14CX
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
