Question: Answer carefully and give a nice answer, I will give UPVOTE for you Q4) the following program fragments are known C = a = 10;

Answer carefully and give a nice answer, I will give UPVOTE for you
Q4) the following program fragments are known C = a = 10; b = 4; 6; do { do { a= a -1 ; b = b - 2; } while (a%2 == 0) if (a >= 10) C = b + 4; else { b = b + 2; a = a - 1; } } while (b
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
