Question: Assignment: Develop and execute a program to solve the following problem. Print & turn in code and solutions: Andrew's Department Store is having a BIG

Assignment: Develop and execute a program to solve the following problem. Print & turn in
code and solutions: Andrew's Department Store is having a BIG sale on everything in the
store. Customers will receive additional discounts on their total purchase depending upon how
much they buy. Write a program that asks for the total purchase amount, calculates the
discount and new amount, then prints out all 3 values as shown below. The discounts are to
be as follows.
Output should look as follows:
Total Purchase $ 1234.00
Discount $ 617.00
New Price $ 617.00
Include the following while loop and enter these data items:
1234,48.98,378.98,200.00,783.99,2.08
int count =1;
while (count =6)
{
//Insert cin & calculations here - output to file
count +=1;
}
Assignment: Develop and execute a program to

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 Programming Questions!