In the first condition, check if grade is not equal to "A". In the second condition, check if subject equals "Math".
grade
"A"
subject
"Math"
Make sure to pick grade followed by != and then "A", subject, ==, "Math".
!=
==