You are not logged in.

#1 2015-04-23 06:57:17

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

Calculate Cyclomatic Complexity:

Question:
How to calculate cyclomatic complexity V(G) for a flow graph ,G.

Option A):
V= E-N-2
Option B):
V(G)= E+N+2
Option C):
V(G)= E-N+2
Option D):
V(G)= E+N+2

Correct Answer is Option C):
V(G)= E-N+2


Failure is the first step towards seccess.

2015-04-23 06:57:17

Advertisement
Ads By Google

Re: Calculate Cyclomatic Complexity:



\n

Board footer