Question: b) For the following structured program P2, calculate the cyclomatic complexity using the structured program decision count rule. Show your work. Program P2 1) integer

b) For the following structured program P2, calculate the cyclomatic complexity using the structured program decision count rule. Show your work. Program P2 1) integer A, B: 2) input (A): 3) 4) if (A > 7) 5) { 6) B = 1: 7) } 8) else 9) { 10) B = 2: 11) if (A 7 14) 15) while (i=1: i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
