subject

You must use struct data type to store information about textbooks. Every textbook is characterized by the following information: 1) Title (up to 20 characters); 2) Author name (a single author, up to 20 characters); 3) Price (float); 3) The identifier of the course that could use the textbook (up to 10 characters); and 4) Format (paper or electronic). Multiple textbooks can list the same course as their field 3. The program implements the following functionality: - The information about the individual textbooks is read from an input file. 1. Store the information about all textbooks in an array, and then display the content of the array.
2. Order the textbooks in the alphabetical order of their authors, and then display all the textbooks in that order.
3. Read a course identifier, and then display all textbooks that could be used for the course. The displaying should be in the increasing order of the textbook price.
4. Indicate the total price of all books in paper format (print), and the total price of all books in electronic format.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 03:50
Q-1 which of the following can exist as cloud-based it resources? a. physical serverb. virtual serverc. software programd. network device
Answers: 1
question
Computers and Technology, 24.06.2019 13:10
Write a program that has a conversation with the user. the program must ask for both strings and numbers as input. the program must ask for at least 4 different inputs from the user. the program must reuse at least 3 inputs in what it displays on the screen. the program must perform some form of arithmetic operation on the numbers the user inputs. turn in your .py file as well as a screenshot of your program's output. include comments in your code to explain how it works an example program run might look like (have fun with this and be creative): ‘what is your name? ’ “josh” ‘, josh. what is your favorite color? ’ “green” ‘mine too. do you also like ice cream? ’ “no” ‘josh, how old are you? ’ “40” ‘ and how many siblings do you have? ’’ “3” ‘that means you are one of 4 kid(s). is green the favorite color of anyone else in your house? ’
Answers: 3
question
Computers and Technology, 25.06.2019 03:00
1. how do you view the edited document without the track changes markup? a. select accept all changes in document in the accept drop-down menu.b. click on restrict editing in the protect group.c. click on the reviewing pane drop-down menu in the tracking group.d. click on final in the display for review drop-down menu.
Answers: 3
question
Computers and Technology, 25.06.2019 08:00
In designing a management information system (mis), after defining the system's objectives, the next step is to information in a useful formatintegrate the hardware and software componentscollect and analyze datause information for decision making
Answers: 2
You know the right answer?
You must use struct data type to store information about textbooks. Every textbook is characterized...
Questions
Questions on the website: 13722362