1 point
Which of the following is an empty
loop ?
O while(i<5) i++;
O for(i=0;i<10;i++);
ОООО
O do {i++;} while(i<5);
O all of these
Answers
Answered by
1
Answer:
for(i=0;i<10;i++);
Explanation:
please follow me plzz
I am an android developer
Answered by
2
Answer:
○for(i=0;i<10;i++);
Similar questions