Computer Science, asked by karthikae284, 10 hours ago

15.
How many times will this loop get executed? for(j=5; j<10;)​

Answers

Answered by deetiroy2006
0

Answer:

for(j=5;j<10;) is a infinite loop.

Similar questions