Question: c++, i need help please. dont forget to include comments for calculations and varibles to get a thumbs up. thanks Description To make a profit,

 c++, i need help please. dont forget to include comments forcalculations and varibles to get a thumbs up. thanks Description To make c++, i need help please. dont forget to include comments for calculations and varibles to get a thumbs up. thanks

Description To make a profit, a local store marks up the prices of its items by a certain percentage. Write a program that reads the original price of the item sold (double) and the percentage of the marked-up price (double) The program then outputs the original price of the item, the percentage of the mark-up, the store's selling price of the item, the sales tax rate (you will have a constant that holds 7.25%), the amount taxed, and then the final amount of the item. (The final price is the store's selling price plus tax) Specifications In order to get full credit, you will need to have/perform in your code Variable with correct types and meaningful names Comments in your code for variables and for blocks of code that perform input, output, and calculations . Use iomanip to format all numbers to two decimal places and nicely aligned . Program must compile and run with any input Program must re-prompt the user if invalid input is entered (non positive number entered or a non number entered This program wl be menu driven, at the end of each iteration, the program needs to prompt the user to continue or quit You will modify the previous assignment (assignment 4) to make it menu driven and will re-prompt the user if they enter non positive numbers or strings (you may need to use cin.clear) and cin.ignore (100, n) on input failure), and you will output all the values like before but you will keep running the code until the user decides they want to quit. You can compare characters the same way you compare integers, you want to make your code case insensitive so you can use toupper (charVariable) or tolower(charVariable) which just returns the upper or lower case version of a character Sample Output Jimis-MacBook-Pro Asst06 VaskoDaGamer g+ Asst06.cpp Jimis-MacBook-Pro: Asst06 VaskoDaGamer? ,/a.out Please enter item 's sale price 29.9

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!