TestPrepPro
Ch 4K3HardFL-4.3.1

Consider the following pseudocode: IF (age >= 18) THEN print "Adult" ELSE print "Minor" ENDIF print "Done" A single test case uses age = 25. What is the statement coverage and branch coverage achieved?