Problem:Design and write a C program which manages a library database (library catalog).The program should collect and track the following information:• Item catalog number• Title• Author (first and...



Problem:Design and write a C program which manages a library database (library catalog).The program should collect and track the following information:• Item catalog number• Title• Author (first and last name)• Genre• Format - “Book”, “eBook”, “CD”, or “DVD”• Description (up to 100 characters)The program should have the following features:1. When the program starts it will first display the menu. It is preferred that each selection calls a different function. Use a switch-case to make selection.2. Menu choices should include:• ADD→Add new item• DISPLAY ITEM→Display a specific catalog item (all relevant information) based on item catalog number entered by the user.• DISPLAY CATALOG → Display all catalog items.• DISPLAY SORTED CATALOG → Display all catalog items. Before displayingdata, sort the list alphabetically by format - Book, CD, DVD, eBook.• EXIT→Program ends.
Mar 28, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here