Question: Create a program for a small library information system with requirements: a. Display options on the screen: 1. Input book record 2. book record (Sorted)

Create a program for a small library information system with requirements: a. Display options on the screen: 1. Input book record 2. book record (Sorted) 3. Display Update book record 4. Erase book record 5. Save and Exit b. If user choose option 1, ask user to input book information. Write a structure to record book information: Book id Book title Author name Year published c. Use array of structure to store maximum 100 records. d. If user choose option 2, read from file Library.txt. If the file doesnt exist, create the file. Display all records on the list. The list should be sorted by title ascending. e. If user choose option 3, ask user to input book id. Display old record then ask user to input new record. f. If user choose option 4, ask user to input book id. Search record on the list then remove it. g. If user choose option 5, save file and exit. h. File Library.txt is keeping record in format: book id#book title#author name#year published

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!