previous
|
start
|
next
if
/
else
Statement
if (amount <= balance)
balance = balance - amount;
else
balance = balance - OVERDRAFT_PENALTY;
previous
|
start
|
next