Chaeck the code of serendipity booksellers


Discuss the following:

Q: You must check and correct the problem.

When the program is ran it is supposed to look like this on the screen.

Serendipity Booksellers

Date:

Qty ISBN Title Price Total
_______________________________________________

Subtotal
Tax
Total

Thank You for Shopping at Serendipity!

(This is my program)

int main()
{

cout << "Serendipity Booksellers" ; endl;

cout << "Date:"; endl;

cout << " List Qty, ISBN, Title, Price, and Total on one line"; endl;
cout << "Place a line under this list"; endl;

cout << "Indent Subtotal Line"; endl;
cout << "Indent Tax Line"; endl;
cout << "Indent Total Line"; endl;

cout << "Thank You for Shopping at Serendipity!"; endl;

cout << endl;

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: Chaeck the code of serendipity booksellers
Reference No:- TGS01937860

Now Priced at $25 (50% Discount)

Recommended (98%)

Rated (4.3/5)