Show your reasoning. - Engineering Homework Question?

Show your reasoning. - Engineering Homework Question?




Void main (void)

{

int A;

int COUNT;

A=1;

COUNT=0;

while (COUNT < 5)

{

if (COUNT<2)

{ A=A+4; }

else

{ A=A+COUNT; }

COUNT = COUNT +1;

}

}







Answer: A = ?



Reasoning (Show a series of calculations):





No Answers Posted Yet.