-
SDLC
What is the most important step of the SDLC? Why?
-
Statement and Branch Coverage
Hi All,Pls let me know the statement coverage and branch coverage for the below code.Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF Regards,Vidhya