← Back to User Input
Question 90
Simple Withdrawal Check (Input)
Simple Withdrawal Check (Input)
Account balance is 1000. Read a withdrawal amount (double). If it is > 0 and <= balance, print Approved. Otherwise, print Denied. ⚠️ IMPORTANT - AUTO-INPUT MODE: This question uses automated input testing. The input stream will contain: '250\n'
Expected Output:
Approved
Topics:
If StatementsUser Input
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.