The formula for calculating the Cyclomatic Complexity of a-05739
The formula for calculating the Cyclomatic Complexity of a program is:
This multiple choice question (MCQ) is related to the book/course vu cs504 Software Engineering - I. It can also be found in vu cs504 Final Term - Quiz No.2.
The formula for calculating the Cyclomatic Complexity of a program is:
E + N + 2
E- N - 2
E - N + 2
N - E + 2