Which of these if statements works?
if (80 >= 75)
if (80 = 75)
We only use the = sign to set a variable to a value.
=