Computer Science, asked by pavithra1471, 3 months ago


(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 JKaur666
0

9 loops in 1 Execution

mark as Brainliest...

Similar questions