Employee Data Application Program 1 Small Company Moving Employee Data Computer Make Smoot Q29963965
Employee Data Application
Program 1)
A small company is moving all its employee data to a computer.To make a
smooth transition, a software program will permit the data entrypersonnel to enter data into
a file. Design a program that writes the employees.dat file. Theprogram should accept user
input until the user indicates there are no more records towrite. The Employees file contains
four fields (see the Input File Description). The program willuse the employee ID as criteria
to determine a current employee. Validate the employee ID andemployee wage fields per
the requirements below. You may use any of the library functionspresented in Chapter 6 of
the textbook to assist in validation. Your validation routinesshould include error messages
and allow the user to correct an input error. Use an array tohold the valid ID numbers. The
Input File Description is the same for both programs.
Process: The user has a stack ofemployee files from over 25 years of being in
business. There are more files than current employees. The usershould enter an ID
number and, if the ID is valid, continue to enter the rest ofthat employee’s data. If
the ID is not valid, then the user moves on to the next file.The program must support
this process. No data should be entered for an employee thatdoes not have an ID
found in the system (below).
Program assumptions:
Employee ID: May not be more than 10 characterslong. The number must
exist in the list of valid employee ID’s.
Valid ID Numbers: RE49762358, PR156125, OF45461, RE68566547,
PR156984
Employee Wage: The number may not be zero nor larger than$45.50.
Program 2)
Design a program that reads the contents of the employees.datfile and prints
all the data within it. Format the report as designated in thePrinter Spacing Chart below. The
last name should print first followed by a comma, and then thefirst name. On the same line,
the ID number should appear separated from the name by a fewblank spaces (you may use
TAB). Add more white space before displaying the employee’swage. Use the EOF function to
determine when the last record has been read.
Deliverables: Design the logic for bothprograms and submit using either pseudocode OR
flowchart. Submit all other appropriate documentation tocomplete these applications
(hierarchy chart, internal documentation). Include programanalysis for both programs
(separate form for each) and IPO chart for any custom functionscreated for the programs
(may use single form but indicate which program utilizes eachfunction). A desk check is NOT
required.
Input File Description:
File: employees.dat
Field Description Data Type
Employee first name String
Employee last name String
Employee ID # String
Employee Hourly Wage Real (2 decimal places)
Output Report – Printer Spacing Chart:
GTC1305 Company
Employee Report
Employee Name Identification Number Wage
XXXXXXXXXX, XXXXXXX XXXXXXXXXX $Z9.99
Need it in a :
1. Analysis using IPO
attached below
2. Hierarchy Chart
3. Pseudo Code
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
