please help me on this question.... i am running out of time......please make it quick,,,,,,,,,
(employee class) create a class called employee that include three
pieces of information as data members - a first name (type string), a last
name (type string) and a monthly salary (type int).your class should
have a constructor that initializes the three data members. provide a set
and a get function for each data member.if the monthly salaryis not
positive, set it to 0. write a test program that demonstrates class
employee's capabilties. create two employee objects and display each object's
yearly salary.then give each employee a 10 percent rase and display
each employee's yerly salary again.......please teach me how to do it
