Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Visual Studio C++ project: For this chapters assignment, you are to write programs that display the main screens used in the project. The screens have

Visual Studio C++ project:

For this chapters assignment, you are to write programs that display the main screens used in the project. The screens have already been designed, so your primary task is to write the C++ code that displays them. For testing purposes you will create a separate program for each screen. (In later chapters you will merge these into one program.) Here is a list of the programs you should have after completing the assignment for this chapter:

mainmenu.cpp, cashier.cpp, invmenu.cpp, bookinfo.cpp, reports.cpp

1. Create the Main Menu Screen.

Create a program called mainmenu.cpp. It should display the following screen:

Serendipity Booksellers

Main Menu

Cashier Module

Inventory Database Module

Report Module

Exit

Enter Your Choice:

2.Create the Cashier Screen.

Create a program called cashier.cpp. It should display the following screen:

Serendipity Book Sellers

Date:

Qty ISBN Title Price Total

___________________________________________________________

Subtotal

Tax Total

Thank You for Shopping at Serendipity!

3.Create the Inventory Database Menu Screen.

Create a program called invmenu.cpp. It should display the following screen:

Serendipity Booksellers

Inventory Database

1. Look Up a Book

2. Add a Book

3. Edit a Books Record

4. Delete a Book

5. Return to the Main Menu

Enter Your Choice:

4.Create the Book Information Screen.

Create a program called bookinfo.cpp. It should display the following screen:

Serendipity Booksellers

Book Information

ISBN:

Title:

Author:

Publisher:

Date Added:

Quantity-On-Hand:

Wholesale Cost: Retail Price:

5.Create the Reports Menu Screen.

Create a program called reports.cpp. It should display the following screen:

Serendipity Booksellers

Reports

1. Inventory Listing

2. Inventory Wholesale Value

3. Inventory Retail Value

4. Listing by Quantity

5. Listing by Cost

6. Listing by Age

7. Return to Main Menu

Enter Your Choice:

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Administrator Limited Edition

Authors: Martif Way

1st Edition

B0CGG89N8Z

Students also viewed these Databases questions

Question

2. What are the possible cause(s) for the problem? (See Tool #9.)

Answered: 1 week ago