invet d[10];
static int j=0;
int x,i=0,p,s=0,watch_id;
system("CLS");
do{
cout<<"\nENTER YOUR CHOICE:\n";
cout<<"\n=======================MENU=======================";
cout<<"\n1. Show all stored items:";
cout<<"\n2. Add a new item:";
cout<<"\n3. Delete an item:";
cout<<"\n4. Edit Information of existing watch:";
cout<<"\n5. Exit\n";
cin>>x;
switch(x)
{ case 1: d[i].show();
strcpy(Watch1.watchname, "Analog Watch");
Watch1.amount=5;
Watch1.watch_id = 101;
Watch1.price=150;
To repeat what Butch said but in a non-cryptic way.
Please edit your post and put all of your code between code tags. Its under the format section and the icon looks like this <>. Mark all of your code and then click it.