Problem #490 CORE JAVA PROGRAMMING

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

Your Solution