Problem #858 C++ using OBJECT ORIENTED PROGRAMMING

Write a C++ program to create a class called "Employee" with a name, job title, and salary attributes, and methods to calculate and update salary.

Your Solution