Fruity Math Fun!

Let's use math operators + (add) and - (subtract)! You have coins (stored in a variable). Buying fruit uses the - operator to take away coins (coins = coins - price). Finding a coin uses the + operator to add one (coins = coins + 1). Let's try!

Coins: 10