TestPrepPro
Ch 4K3HardFL-4.3.2

Consider the following pseudocode: READ temperature IF temperature < 0 THEN status = "freezing" ELSE IF temperature > 100 THEN status = "boiling" ELSE status = "normal" ENDIF ENDIF PRINT status Which set of test inputs achieves 100% branch coverage?