write a program to create Personnel Management System for a company. The program will create a file to create table structure, add personnel information to the file, and search the information based on search term.
This purpose of this program is to make simple personnel management system for a company. To store employee’s information, the program allows creating a file and saving employee’s information in it with table structure. The program will allow searching employee’s information when the company wants information for a specific person. When the program is executed, it will ask you first to enter a file name. If the file is already existed, then the program will ask you whether you want to add info. or search info.. If the file is not existed, then the program will create automatically the file you request and ask you whether you want to add info. to the file or not. Once the company wants to find information from saved data, the program will ask the words to be searched. Program will display whole information regarding the search term. For example, the user enters “Tech” as a searching word, then the program finds matching words in the file. Once the program found words matched, it will display whole information related to the term “Tech” such as who is in Tech Support department, what project he is doing now, the annual salary of him/her, date joined in the company. The program will display information with nicely designed format.
File Format Full Name
Date Joined
Department
Project Involved
Annual Salary
Andrew C. Jung
01/01/2011
Tech. Support
Network Construct
$5,000,000
Michael Jackson
01/02/2011
Software Dev.
Java Swing
$6,000,000
Mariah Carey
01/03/2012
Sales
Whole Sale Comm.
$7,500,000
Program Minimum Requirement:
Report Requirement: