Problem #493 CORE JAVA PROGRAMMING

Write a Java program to create a class called "Employee" with a name, salary, and hire date attributes, and a method to calculate years of service.

Your Solution