Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a C++ program that asks for the following information about a book order from the console: 1. Title 2.Author 3. ISBN 3.Price 4.Quantity(number of
Write a C++ program that asks for the following information about a book order from the console: 1. Title 2.Author 3. ISBN 3.Price 4.Quantity(number of books to purchase) Make use of the following data types: 1. C++ string 2.double 3.int Additional Requirements: 1. Assume the tax on the total price of the books is 7%. 2. Charge a $2 per book fee for each book over the quantity of 5. For example, if you order 5 books there is no extra fee, but if you order 7 there will be $4 in fees. 3.Tax should not be calculated on the fees.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started