Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Data Structures Program ( C Program only) ADT Need Complete code for Full points

ID: 3537305 • Letter: D

Question

Data Structures Program (C Program only) ADT Need Complete code for Full points

Your college bookstore has hired you as a summer intern to design a textbook inventory system. It is to include the following major processes.

a. Ordering textbooks, b. Receiving textbooks, c. Determining retail price, d. Pricing used textbooks, e. Determining quantity on hand, f. Recording textbook sales, g. Recording textbook returns


Write the abstract data type interface (i.e. header file) for the inventory system. Each function prototype should include name, parameters, purpose, preconditions, return value types. You may add additional functions as required by your analysis.

You do not need to write the implementation file for your abstract data type interface.

Explanation / Answer