Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help please Description To make a profit, a local store marks up the prices of its items by a certain percentage. Write a

I need help please image text in transcribed
image text in transcribed
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 e Program must compile and run with any input Sample Output Jimis-MacBook -Pro : Asst04 VaskoDaGamer g++ Asst04.cpp Jimis-MacBook -Pro:Asst04 VaskoDaGamer$ ./a. out Please enter item 's sale price: 29.99 Please enter mark up percentage 12.99 29.99 12. 99% 33.89 7?25% 2.46 36.34 Mark-up percentage. .. Jimis-MacBook-Pro: Asst04 VaskoDaGamer? -/a.out Please enter item 's sale price: 24.95

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MongoDB Applied Design Patterns Practical Use Cases With The Leading NoSQL Database

Authors: Rick Copeland

1st Edition

1449340040, 978-1449340049

More Books

Students also viewed these Databases questions

Question

Describe organized labors strategies for a stronger movement.

Answered: 1 week ago