Compound Assignment with Augmented Subtraction

This was a hard one for me but I figured it out.

The solution is:

a -= 6;
b -= 15;
c -= 1;

1 Like

thanks i was also stuck just needed to delete β€œvar” :slight_smile: