Computer Science Homework Solutions
Problem
#65841

Intro to C++

Would like you to check and correct this 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
What is this?
By OTA - Overall OTA Rating
Xiao Liu, MS - 4.7/5
Purchase Cost Now
$2.19 CAD (was ~$11.97)
Included in Download
  • Plain text response
  • Attached file(s):
    • answer_c++.rtf
$2.19 Instant Download
Add to Cart
Why you can trust BrainMass.com
  • Your Information is Secure
  • Best Online Academic Help Service
  • Students find real academic Success
Related Solutions
  • Intro to C++ - Need you to 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 Databas ...
  • Create a Visual Basic.net application to schedule campsites. - Create a form with the following objects labeled appropriately: Start Date (date/time picker) End Date (date/time picker) Campsite Type (radio buttons for Basic, Intermediate, Best) Electric R ...
  • Create A Campsite Application - For this assignment, you will create a Visual Basic.NET application to schedule campsites. The form must have the following objects labeled appropriately: Start Date (date/time picker) End ...
  • Data-Connected Applications - In Visual Basic 2005 only.... - I understand how to create the form but I'm getting confused with the code part of it. I tried and tried to do this but i can't seem to figure it out. Can you please help me???? Attached is what the ...
  • Develop a Campsite Program in Visual Basic.NET - For this assignment, you will create a Visual Basic.NET application to schedule campsites. A screen shot of the desired UI is shown in the following image. You can also download a running example of t ...
Browse