questionwrite down program that models an


Question

Write down program that models an employee. An employee has an employee number, a name, an address, and a hire date. A name consists of a first name and a last name. An address consists of a street, a city, a state (2 characters), and a 5-digit zip code. A date consists of an integer month, day and year.

Use an Employee class, a Name class, an Address class, and a Date class in your solution. Provide appropriate class constructors, getter methods, setter methods, and any other methods you think are essential.

Your program must prompt the user to enter data for several employees and then display that data. The number of employees to store data for shall be entered from command line.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: questionwrite down program that models an
Reference No:- TGS0444778

Expected delivery within 24 Hours