Question: Given the following code, calculate statement and branch coverage. IF A > B THEN C = A B ELSE C = A + B ENDIF
Given the following code, calculate statement and branch coverage.
IF A > B THEN
C = A B
ELSE
C = A + B
ENDIF
Read D
IF C = D Then
Print "Error"
ENDIF
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
