How to correct the code


Discuss the following:

Q: You should check and correct answer to problem. The computer screen should look like this when the program is run.

Serendipity Booksellers
Main Menu

1. Cashier Module
2. Inventory Database Module
3. Report Module
4. Exit

Enter Your Choice:

int. main()
{

cout << "Serendipity Booksellers"; endl;
cout << "Main Menu"; endl;

cout << "1. Cashier Module"; endl;
cout << "2. Inventory Database Module"; endl;
cout << "3. Report Module"; endl;
cout << "4. Exit"; endl;

cout<< "Enter Your Choice"; endl;

cout<}

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: How to correct the code
Reference No:- TGS01937855

Now Priced at $25 (50% Discount)

Recommended (93%)

Rated (4.5/5)