Computer Science, asked by snehajirkal585, 6 months ago

Draw the control flow graph for the given program.
Find the cyclomatic complexity of the program.
main()

{
int a,b,c;
scanf();
while(a<10)
{
print(a);
if(a {
print();
}
else
if(a {
print();
}
}
print(a,b,c);
}

Answers

Answered by sree123sree
0

Explanation:

thank you..

please mark as brainiest

Attachments:
Similar questions