Computer Science, asked by sisehodestinee, 7 months ago

At a certain store they sell blank CD's with the following discounts:
* 10% for 120 or more
* 5% for 50 or more
* 1% for 15 or more
* no discount for 14 or less
Write a program that asks for a number of discs bought and outputs the correct discount. Use either a switch statement or if..elseif.. ladder statements. Assuming that each blank disk costs N$3.50. The program should then calculate the total amount paid by the buyer for the discs bought.

Answers

Answered by cgDarshan
1

Answer:

hope it is helpful

Explanation:

if it is helpful mark me as branliest

Attachments:
Similar questions