โ Back to If Statements
Question 331
Discount Eligibility (Input)
Discount Eligibility (Input)
Read anintcalledamount(a purchase total in dollars) from standard input. Ifamount >= 100, printYou get a discount; otherwise printNo discount. For the input150the output is: You get a discount
Expected Output:
You get a discount
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.