subject

Asmall company is moving all its employee data to a computer. to make a smooth transition, a software program will permit the data entry personnel to enter data into a file. design a program that writes the employees. dat file. the program should accept user input until the user indicates there are no more records to write. the employees file contains four fields (see the input file description). the program will use the employee id as criteria to determine a current employee. validate the employee id and employee wage fields per the requirements below. you may use any of the library functions presented in chapter 6 of the textbook to assist in validation. your validation routines should include error messages and allow the user to correct an input error. use an array to hold the valid id numbers.

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

$z9.99

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 01:20
Write a function balancechemical to balance chemical reactions by solving a linear set of equations. the inputs arguments are: reagents: symbols of reagents in string row array products: symbols of products in string row array elements: elements in the reaction in string row array elcmpreag: elemental composition of reactants in two dimensional numeric array elcmpprdcts: elemental composition of prducts in two dimensional numeric array hint: the first part of the problem is setting up the set of linear equations that should be solve. the second part of the problem is to find the integers from the solution. one way to do this is to mulitiply the rational basis for the nullspace by increasing larger integers until both the left-and right-side integers exist. for example, for the reaction that involves reacting with to produce and : reagents=["ch4", "o2"]; products =["co2", "h2o"]; elements =["c","h", "o"] elcmpreag=[1,4,0;
Answers: 3
question
Computers and Technology, 23.06.2019 09:00
Which best describes the role or restriction enzymes in the analysis of edna a. to break dna into fragments that vary in size so they can be sorted and analyzed b. to amplify small amounts of dna and generate large amounts of dna for analysis c. to purify samples of dna obtained from the environment so they can be analyzed d. to sort different sizes of dna fragments into a banding pattern that can be analyzed
Answers: 1
question
Computers and Technology, 23.06.2019 12:40
Curriculum exam to process a resident's payment, you must click on onesite payments home page. from the a. reports b. my settings o c.transactions o d. rent tab
Answers: 1
question
Computers and Technology, 23.06.2019 18:00
Which finger presses the h key on the keyboard? index finger on the left hand pinky finger on the right hand index finger on the right hand thumb on the left hand
Answers: 1
You know the right answer?
Asmall company is moving all its employee data to a computer. to make a smooth transition, a softwar...
Questions
Questions on the website: 13722363