Computer Science, asked by chai2601, 9 months ago

what will be the output and how many times will the loop be executed

for(i = 5;i<= 10; i--)

System.out.println(i);​

Answers

Answered by pratikwakale26
1

Answer:

the loop will be executed 6 times

Similar questions