subject
Computers and Technology, 24.12.2019 22:31 miya763

Write a program and pseudo-code that will first receive from the user as input the name of an input file and an output file. it will then read in a list of names, id #s, and balances (person’s record) from the input file specified (call it infile. txt). as it reads the records from the input file will format and output the records to the output file (call it a file. txt). in addition, the program will find the person with the larger and smaller balance; it will also add the balances for all persons. then, the program will print to the output file, the record for the person with the larger balance, smaller balance, total balance for all persons and average balance for all persons (see output file format sample below). your program will need to use a while loop to read the person records from the input file. finally, create a header file for all your preprocessor directives, prototypes and constants as discussed in class.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:40
Write an assembly program with the following specifications.a). in the main block, you should have two registers r4 and r5. they should be checked in an infinite loop. if r4 is greater than r5, then the greater subroutine will be called. if r4 is less than r5, then the less subroutine will be called. if r4 equals r5, then no operations will be done
Answers: 1
question
Computers and Technology, 22.06.2019 10:30
You are almost finished updating a web site. as part of the update, you have converted all pages from html 4.0 to html5. the project is currently on schedule. however, your project manager has been asked by the marketing team manager to justify a day of time spent validating the site's html5 pages. the marketing team manager does not have technical knowledge of the internet or the web. which is the most appropriate explanation to provide to the marketing team manager?
Answers: 1
question
Computers and Technology, 22.06.2019 19:20
Write a program that prompts the user to input a string. the program then uses the function substr to remove all the vowels from the string. for example, if str = "there", then after removing all the vowels, str = "thr". after removing all the vowels, output the string. your program must contain a function to remove all the vowels and a function to determine whether a character is a vowel.
Answers: 2
question
Computers and Technology, 23.06.2019 02:00
As with any small island country, cuba has fewer natural resources than countries such as brazil. this affects their economy in that cuba a) exports only manufactured products. b) exports more products than it imports.. c) must import more products than it exports. d) has imposed trade barriers against the united states.
Answers: 3
You know the right answer?
Write a program and pseudo-code that will first receive from the user as input the name of an input...
Questions
Questions on the website: 13722360