Font size:
Print
Question:

Consider the following pseudo-code:

IF((A>B) AND (C>D)) THEN

    A= A+1

    B= B+1

ENDIF

The cyclomatic complexity of the pseudo-code is


1. 4
2. 3
3. 2
4. 5
Prev Question What is the simplest model in software developm...
Next Question In the Spiral model of software development, th...