Computer Science, asked by deadmau3140, 11 months ago

Write a program to check given number is odd or even. Calculate the cyclomatic complexity of the program using three techniques.

Answers

Answered by Anonymous
3

As a result, Cyclomatic complexity term comes into picture which is the measurement of a source code complexity. It is calculated through a control flow graph which is developed on the basis of source code which measures the number of linearly-independent paths through a program module

Hope this helps you

Similar questions