โ Back to If Statements
Question 255
Discount Eligibility
Discount Eligibility
Read a purchase total (an integer) withscanf. If the total is greater than100, print exactly: Discount applied Otherwise print exactly: No discount No trailing newline. For input150the output isDiscount applied; for input80the output isNo discount.
Expected Output:
Discount applied
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.