TheĀ operator -= works the same way but subtracts the value instead.
-=
Let's use it here.
You got it! The compound operators are great for saving time when working with variables.
We need the - operator first, followed by the =.
-
=