I really don't understand what my assignment is that my professor gave me... can anyone help explain it a little better? here it is.....
1. Construct a class definition that can be used to represent an employee of a company. Each employee is defined by an integer ID number, a floating point pay rate, and the maximum number of hours the employee should work each week. The services provided by the class should be the ability to enter data for a new employee, the ability to change data for a new employee, and the ability to display the existing data for a new employee.
2. Include the class definition created in 1 in a working Java program that asks the user to enter data for three employees and displays the entered data.
Thanks for ANY help on this
1. Construct a class definition that can be used to represent an employee of a company. Each employee is defined by an integer ID number, a floating point pay rate, and the maximum number of hours the employee should work each week. The services provided by the class should be the ability to enter data for a new employee, the ability to change data for a new employee, and the ability to display the existing data for a new employee.
2. Include the class definition created in 1 in a working Java program that asks the user to enter data for three employees and displays the entered data.
Thanks for ANY help on this