ACE balloon shop sells balloons to customers at 10 Fils each. If the customer buys XXXXXXXXXXballoons, the price is 8 Fils each. If the customer buys over 1000 balloons, the price is 6 Fils each....

ACE balloon shop sells balloons to customers at 10 Fils each. If the customer buys 500-1000 balloons, the price is 8 Fils each. If the customer buys over 1000 balloons, the price is 6 Fils each. Write a C++ program that reads the number of balloons to purchase and prints the amount of the bill in BD. Sample input/output: How many Balloons do you want to purchase? 300 The cost to buy 300 Balloons = 3.000 BD Another Sample input/output: How many Balloons do you want to purchase? 2000 The cost to buy 2000 Balloons = 12.000 BD

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here