Override the correct method so that calling spend() on an instance of Credit increases its balance property by the amount spent.

Make sure to pick spend(amount), followed by this.balance += amount;.