โ Back to If Statements
Question 376
Overdrawn Account
Overdrawn Account
Read an integerbalance(a bank balance in dollars). If the balance is negative (less than 0), printOverdrawn; otherwise printOK. For example, given the input-20, the program prints: Overdrawn
Expected Output:
Overdrawn
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.