TestPrepPro
Ch 4K3HardFL-4.3.2

Consider the following pseudocode: READ score IF score >= 90 THEN grade = "A" ELSE IF score >= 70 THEN grade = "B" ELSE grade = "C" ENDIF PRINT grade A tester uses two test cases: score=95 and score=60. What is the branch coverage achieved?