0%
0 / 10 answered

Conditionals Practice Test

10 Questions
Question
1 / 10
Q1

Based on the code snippet for student grading: IF score >= 90 grade="A" ELSE IF score >= 80 grade="B" ELSE grade="C". What is the output when score is 89?

Question Navigator