Software-Engineering
October 5, 2023Software-Engineering
October 5, 2023Software-Engineering
Question 29
|
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
2
|
|
3
|
|
4
|
|
5
|
Question 29 Explanation:
Note: Out of syllabus.
Correct Answer: C
Question 29 Explanation:
Note: Out of syllabus.
Subscribe
Login
0 Comments