This part of a program is given:
WHILE (condition A) 

Loading

โœช Choose the correct option.

This part of a program is given:

WHILE (condition A) 

Do B

END WHILE

How many paths should be tested in this code in order to achieve 100% path coverage?

A. One
B. Indefinite
C. Two
D. Four

Leave a Comment