Desk-check the following algorithm twice. First, use 20, $10.50, and $14.99 as the number of CDs purchased, the club CD price, and the store CD price, respectively. Then use 5, $9.99, and $11.Algorithm:1. enter the number of CDs purchased, the club CD price, and the store CD price2. calculate the club cost by multiplying the number of CDs purchased by the clubCD price3. calculate the store cost by multiplying the number of CDs purchased by the store CD price4. calculate the savings by subtracting the club cost from the store cost5. display the savings

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter4: Control Structures I (selection)
Section: Chapter Questions
Problem 18PE: One way to determine how healthy a person is by measuring the body fat of the person. The formulas...
icon
Related questions
Question

Desk-check the following algorithm twice. First, use 20, $10.50, and $14.99 as the number of CDs purchased, the club CD price, and the store CD price, respectively. Then use 5, $9.99, and $11.
Algorithm:
1. enter the number of CDs purchased, the club CD price, and the store CD price
2. calculate the club cost by multiplying the number of CDs purchased by the club
CD price
3. calculate the store cost by multiplying the number of CDs purchased by the store

CD price
4. calculate the savings by subtracting the club cost from the store cost
5. display the savings

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Computational Systems
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr