To see if the sales target was achieved, check if jeans_sold has the same value as target with ==.
jeans_sold
target
==
Make sure to type jeans_sold == target.
jeans_sold == target