Home Modern Forums ISRO

Consider the following pseudo code

while (m < n) if (x > y ) and (a < b) then a=a+1 y=y-1 end if m=m+1 end while 

What is cyclomatic complexity of the above pseudo code?
(A) 2
(B) 3
(C) 4
(D) 5

Reply To:

Consider the following pseudo code

while (m < n) if (x > y ) and (a < b) then a=a+1 y=y-1 end if m=m+1 end while 

What is cyclomatic complexity of the above pseudo code?
(A) 2
(B) 3
(C) 4
(D) 5

Up
0
Down
::

nan