Since we've changed the value of rented_cars we need to also update the value of available. We'll use the same calculation as before.
rented_cars
available
Make sure to pick available followed by = and then total, -, rented_cars.
=
total
-