Check if value is greater than or equal to minimum and store the result of the comparison in give_discount.
value
minimum
give_discount
Make sure to pick give_discount followed by = and then value, >=, minimum.
=
>=