Question: In this Lab assignment, you will write a program to create Personnel Management for a company. The program will create a file, add personnel information
In this Lab assignment, you will write a program to create Personnel Management for a company. The program will create a file, add personnel information to the file, and search the information based on search term.
The numbers in parentheses are the points each of the project milestones is worth. Be sure to follow the order the instructions are given in. Make sure you test your program by compiling and running it before you submit!
This program requires that you create four classes, a file creation class, a data add to the file class, searching class based on word, and a driver class. The driver class contains the main method that allows your program to run and will be named LA4<your initial>. The file creation class should be named FC<your initials>. The data add class should be named DA<your initials>, and the searching class should be named SD<your initials>. You will turn in the classes in separate files with the same names as the classes (with the .java extension). Do not place both classes in the same java source file!
The points for each part of your program will be as follows:
- LA4 class (10)
- FC class (20)
- DA class(30)
- SD class(30)
- Well-designed output(10)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
