CJCoding With Joseph

Discount Tiers

Read an order total (whole dollars) from input and apply a discount: under 100 gets no discount, 100 to 199 subtracts 10, and 200 or more subtracts 25. Print the final amount to pay. For example, for input 150, print:

140

Expected Output:

140
Topics:
If Statements
๐Ÿ“ฅ Auto-Input:
150
This input is automatically fed to your program's stdin
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.