subject
Computers and Technology, 09.09.2019 19:30 etuck16

Write a modularized, menu-driven program to read a file with unknown number of records. input file has unknown number of records of inventory items, but no more than 100; one record per line in the following order: item id, item name (one word), quantity on hand , and a price all fields in the input file are separated by a tab (‘\t’) or a blank ( up to you) no error checking of the data required create a menu which allows to print inventory unsorted search for an item by id or name sort by any field: item id, item name (one word), quantity on hand , or price. write one function, that can sort by any field. do not copy and paste sort code five times into the same function. tip: use bubble sort. it is easier to modify. quit the program a user should be able to run many as many times as user wants no goto, continue, break (except for switch) clearly label the output well document your code (comments) include your test data

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 02:00
What is the main benefit of minimizing the ribbon in word? more options will be accessible through customized keystrokes. more of the document will be viewable without needing to scroll. fewer controls will be accessible to the user by using the mouse. fewer editing options will be available without entering a password.
Answers: 1
question
Computers and Technology, 24.06.2019 17:00
What are some examples of what can be changed through options available in the font dialog box? check all that apply. font family italicizing bolding pasting drop shadow cutting character spacing special symbols
Answers: 2
question
Computers and Technology, 25.06.2019 02:00
Lisa is making a presentation for her project and she wants to use the logo of her company in her presentation. which element would she use to make her logo stand out in her presentation? a. gradation b. contrast c. alignment d. balance
Answers: 1
question
Computers and Technology, 25.06.2019 03:30
Which task should happen during the planning stage of a project
Answers: 2
You know the right answer?
Write a modularized, menu-driven program to read a file with unknown number of records. input file h...
Questions