Computer Science, asked by jiwoon6670, 8 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

Answers

Answered by ScienceisLife1
0

Explanation:

Okayy... Follw me ................

Similar questions