Question: I would like it in C++ plz Write a program to calculate a bookstores sale of the same book . Enter the book price and
I would like it in C++ plz
Write a program to calculate a bookstores sale of the same book.
Enter the book price and the number of books sold.
Calculate the tax (8.5% of each book price).
Calculate the shipping charge ($3 per book).
The price of the book order is the sum of the total book price for all books, the tax for all books, and the shipping charge for all books.
You must display the total price of the book order at the end of the program.
Thank you
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
