Question: Create a program that allows the user to enter an unknown number of sales amounts for each of three car dealerships: Dealership 1, Dealership 2,

Create a program that allows the user to enter an unknown number of sales amounts for each of three car dealerships: Dealership 1, Dealership 2, and Dealership 3. The program should calculate the total sales. Display the total sales with a dollar sign and two decimal places. a. Create an IPO chart for the problem, and then desk-check the algorithm using 23000 and 15000 as the sales amounts for Dealership 1; 12000, 16000, 34000, and 10000 for Dealership 2; and 64000, 12000, and 70000 for Dealership 3. b. List the input, processing, and output items, as well as the algorithm, in a chart similar to the one shown earlier in Figure 8-16. Then code the algorithm into a program.

c. Desk-check the program using the same data used to desk-check the algorithm. d. If necessary, create a new project named Intermediate19 Project, and save it in the Cpp8\Chap08 folder. Enter your C++ instructions into a source file named Intermediate19.cpp. Also enter appropriate comments and any additional instructions required by the compiler. e. Save and then run the program. Test the program using the same data used to desk-check the program.

 Create a program that allows the user to enter an unknown

assign current salary to new salary assign current salary to total earnings repeat for (year 2 to years until retirement) new salary new salary raise rate) add new salary to total earnings end repeat display raise rate and total eamings end repeat end i new Salary current Salary; total current Salary for (int year 2; year yearsToRetire; year 1) newSalary (1 rate); total new Salary //end for cout "Total with a rate 100 annual raise: total end //end for end if

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!