Question: Using Microsoft Visual Studio create a C++ program that solves the following problem. 1. Read the problem. Create a program that collects book titles for
Using Microsoft Visual Studio create a C++ program that solves the following problem.
| 1. | Read the problem. |
| Create a program that collects book titles for a book seller. Prompt the user for the title of the book, the author, the publisher and the ISBN number. The ISBN number must 13 digits. After data is entered the program should display the title, author, publisher and ISBN. The main() function should do nothing but create an object of the primary class type and call it's methods. ISMB should be in an aggregate class. | |
| 2. | Object oriented design. |
| I strongly suggest that before you start programming the solution, that you use the object oriented design method I outlined in Assignment 11a and the tutorial to design your project. | |
| You are not required to submit your design document for this lab. | |
| 3. | Create a new project. |
| Visual C++ | |
| Win32 Console Application | |
| Name the project CIS022_S2016_Lab11b your name | |
| Select a location where you can find it later | |
| Choose the default application settings | |
| 3. | Write the program. |
| Write code that solves the problem described in item 1. | |
| Pause the program so that the console does not disappear until a key is pressed. | |
| 4. | Insure that you properly document your code. |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
