Look for the pseudocode option that uses if-else statements to check the score and return the correct letter grade. The structure should start from the highest grade range (e.g., if score >= 90 return "A") and work down. Let me know if you need further clarification!