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
How does an stl file work?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Is stl open source?
What is stl stack?
In what scenario does the Logical file and Physical file being used?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
Explain stl.
How do I convert a stl file?
Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
what is template and type convertion
What is a standard template library (stl)?
What does stl mean in slang?
How is stl different from c++ standard library?
Name the different types of stl containers.
Who wrote stl?