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 |
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
How can you create a bulleted list, numbered list and an outline by using bullets and numbering command. Explain with the help of example.
How stl is different from the c++ standard library?
what is compiler?
if x<>=z then statement end what is the cyclomatic complexity
What is the name of your birth place?
i want a road rash 3d game code if some one know please help me
Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
Explain when u will use Observer pattern and how u will implement in c++ .
differentiate between private, public and protected data members of the class using example.
Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.