Question: Would the cyclomatic complexity be any different if the last if-statement were written as follows: if average 8 then if no 6 then print(with
Would the cyclomatic complexity be any different if the last if-statement were written as follows:
if average 8 then if no 6 then print(”with distinction”)
endif endif;
Does this concur with your own ideas of a control complexity measure, i.e.
does it fulfill the representation condition?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
