InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Consider the following pseudo codewhile (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 | 
                            
| Answer» None | |