Question: C++ program that will ask the user for the following info: - name of the item to be purchased (string) - price for each item
C++ program that will ask the user for the following info: - name of the item to be purchased (string) - price for each item (double) - how many items (integer) to be purchased - is this a gift purchase (char) - purchase occasion description (string) The program will print out the formatted receipt with 10% tax added to the total. Requirements: - The program must produce the provided expected sample output including spacing and alignment - Print out the amounts in the currency format with 2 decimal places - Use C++ formatting. "printf" is not allowed.
Step by Step Solution
There are 3 Steps involved in it
The detailed answer for the above question is provided below include include include using namespace ... View full answer
Get step-by-step solutions from verified subject matter experts
