Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

DESCRIPTION: This is a lab about pointers from an Intermediate C++ class. I will

ID: 3559471 • Letter: D

Question

DESCRIPTION: This is a lab about pointers from an Intermediate C++ class. I will offer 4500 points for this assignment. Since chegg has a limit of 1500 points I will post 2 more pages with the same problem and will reward you after you reply to each one of them. I will provide the link to each of the pages after a response in the comments. I will need your email so I can send your a zip folder of the files needed for the lab since there are too many lines for me to simple copy and paste. Please list your email in comments so I can send you the zip folder if you are willing.

This is the 3 main things you must do with the assignment:

1. Allow Multiple Transactions
Currently the cashier function only calculates the sale of one title. Modify it so that multiple
titles may be purchased. After the data for each book is entered, the function should ask if there are
other titles being purchased. If so, it allows the user to enter the data for another book. If not, it
calculates the sale subtotal, tax, and total.


2. Enable Automatic Lookup
The cashier function currently asks the user to enter the ISBN number, title, and price of the
book being purchased. Modify the function so that once the user enters the ISBN number, it
automatically looks up the book title and price. It can do so by searching for the ISBN number in
the isbn array, and then pulling the title from the bookTitle array and the price from the
retail array.
If the function cannot locate the ISBN number in the isbn array, it should
display a message indicating so. It then should ask the user if he or she wanted to
re-enter the number and let the user enter that number again.
Once a book

Explanation / Answer

I have completed this work. Please comment your email to me