
Patrick B. answered 05/04/20
Math and computer tutor/teacher
I have uploaded the source code for you....
The filename is EmployeeRecordsJava.txt
It is in the RESOUCES section under Toolkit menu
It contains three classes: Person.java, Employee.java, and RecEmp.java (the driver)
Also you will need the input file, and a sample record is in there for you to get you started.
You must break it down into the three class files and compiler them separately:
do Person.java first, then Employee.java next; save RecEmp.java for last
I had to do this because it is too big to fit in this box...sorry
Let me know if have any questions