$cash = 10.00; $chocolate = 1.20; $bread = 0.99; $candy = 0.50; $cash = $cash - $chocolate; print "I have $cash left."; #### for ($i = 1; $i <= 20; $i++) { print "I have completed the loop $i times.\n"; }