previous | start | next

if Statement

if (amount <= balance)
balance = balance - amount;



previous | start | next