TestPrepPro
Ch 4K3HardFL-4.3.1

Consider the following pseudocode: READ x IF x > 10 THEN PRINT "high" ENDIF IF x > 20 THEN PRINT "very high" ENDIF PRINT "done" What is the MINIMUM number of test cases needed to achieve 100% statement coverage?