Hello

i am having trouble with how to create a database and make the code. if any one can write me the code and send it to my mail box. it would be a great help.

Write a program that creates a database of Compact Disk (CD) information. Your database will
consist of the following data elements:
string CDTitle[50];
string Artist[50];
int number_of_songs[50];
Example or forth entry in CD Database:
CDTitle[3]: "ABBA Greatest Hits"
Artist[3]: "ABBA"
number_of_songs[3]: 12
Create a useable user interface that allows the user to input data into each CD Entry, modify a
CD entry, and print out the entire database of CDs.
Thus a menu MIGHT look like this:
1.
Add CD
2.
Print out CD list
3.
Modify CD entry
4.
Quit program
HINT: You must have some sort of variable that keeps track of the number of CDs entered. This
will start out at 0 and increment by 1 each time a CD is entered.
Feel free to add extra features if you wish.

My email id is : [email protected]

Thank You Very much

Soubhagya Kumar Mishra