![]()
✪ Choose the correct option.
Given the following code, which is true about
the minimum number of test cases required for full statement and
branch coverage:
Read P
Read Q
IF P+Q > 100 THEN
Print "Large"
END IF
If P > 50 THEN Print "P Large"
ENDIF
Given the following code, which is true about
![]()
Given the following code, which is true about
the minimum number of test cases required for full statement and
branch coverage:
Read P
Read Q
IF P+Q > 100 THEN
Print "Large"
END IF
If P > 50 THEN Print "P Large"
ENDIF