Write a program, employe_data.cpp, with the Employee class that has two employees; sets their age, yearsOfService, and salary (rounded to the nearest thousands of dollars; and prints their values. (you will need to write the code in member functions.)
And, Change the Employee class such that you can initialize age, yearsOfService, and salary when you create Employee.