(a) How many times will the following loop execute? Write the output.
int i, a = 4;
for(i=1;i<=4 ; i++)
(++a; System.out.print(a i);
if (a *i>=20) break;}
Answers
Answered by
0
9 loops in 1 Execution
mark as Brainliest...
Similar questions