if x<>=z
then statement
end
what is the cyclomatic complexity
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rupenzal
Ans:2
1st path is when x<>z
2nd path is when x=z.
Therefore answer is 2.
| Is This Answer Correct ? | 18 Yes | 15 No |
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
What are the components of stl?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
what is use of for loop?
if x<>=z then statement end what is the cyclomatic complexity
Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++
What is a stl vector?
What does stl stand for in basketball?
what is c++
What is the disadvantage of templates ?
what is an algorithm in terms of STL?