Write a method main that demonstrates class Employee's capabilities by
creating two Employee objects. Initialize one of the objects (give values to
the instance variables) using the constructor and display its instance
variable values through the display method. Using the set methods initialize
the other object with instance variable values input from the keyboard, and
then display them using the get methods.