(Solved) : Value Variable Execution Following Fragment Code 0 1 Q44050413 . . .
What will be the value of variable A after theexecution of the following fragment of code?
A=0;for(i=1; i<=10 ; i++){ if (i<5) {A=i; }}
Expert Answer
Answer to What will be the value of variable A after the execution of the following fragment of code? A=0; for(i=1; i…
OR