Question: What will be the value of variable A after the execution of the following fragment of code? A=0; for(i=1; i
What will be the value of variable A after the execution of the following fragment of code?
A=0; for(i=1; i<=10 ; i++) { if (i<5) {A=i; } }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
