Home Modern › Forums › ISRO › Consider the following pseudo code What is cyclomatic complexity of the above pseudo code? Consider the following pseudo code What is cyclomatic complexity of the above 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
(A) 2
(B) 3
(C) 4
(D) 5while (m < n) if (x > y ) and (a < b) then a=a+1 y=y-1 end if m=m+1 end while
(A) 2
(B) 3
(C) 4
(D) 5
nan