if x<>=z
then statement
end
what is the cyclomatic complexity
Answer Posted / bob
A: 3
1st decision statement : x<>z
2nd decision statement : x=z
Please consider that the easiest way to calculate McCabe's Cyclomatic Complexity is to sum the number of binary decision statements (if, while, for, etc) and add 1 to it.
Therefore 2 statements + 1 = 3. The answer is 3.
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
Explain stl.
What are the various types of stl containers?
Is there any error below, its a code to delete all entires from a map #include
How connect plc and pc through software
What are the different types of stl containers?
write a program to convert a decimal number in to its equivalent binary number?
What is stl in c++ with example?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What is stl stand for?
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
Why should a c++ programmer be interested in stl?
What are the components of stl?
sir please send me bpcl previous question papers
How stl is different from the c++ standard library?
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase