CJCoding With Joseph

Overdrawn Account

Read an integer balance (a bank balance in dollars). If the balance is negative (less than 0), print Overdrawn; otherwise print OK.

For example, given the input -20, the program prints:

Overdrawn

Expected Output:

Overdrawn
Topics:
If Statements
๐Ÿ“ฅ Auto-Input:
-20
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 (cout, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.