Question: You will design a program for a record shop that will allow the user to enter data about their cd collection. Using the structure below
You will design a program for a record shop that will allow the user to enter data about their cd collection. Using the structure below create an array of structures large enough to hold data for 100 cds.
You will design a program for a record shop that will allow the user to enter data about their cd collection. Using the structure below create an array of structures large enough to hold data for 100 cds.

In a loop prompt the user to enter data until they want to stop. In another function print out the cd data.
Sample Output would resemble this:

struct cd Lchar itle[20]; artist[20]; genre; //jazz, new age, pop, etc. char charl10]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
