1 THERE ARE MANY POSSIBLE SUGGESTIONS. ONE FORMULA THAT BUILDS ONMC...

29.1 There are many possible suggestions. One formula that builds onMcCabe, but takes some account of references to data is:complexity = number of decisions + (number of data references –number of statements)This has the characteristic that if each statement refers to one data itemonly, the second term is zero.