We can now check if the saved amount is greater than or equal to our saving goal.

Add a condition to the if statement to check if saved is greater than or equal to our saving goal of 100.

Fantastic!

Make sure to assemble saved >= 100.