English, asked by shraddha062004, 10 months ago

what is the error in in the loop? for (int num =0,ctr=5;num< ctr;) n++​

Answers

Answered by AyushTomar7
3

hlo mate ✌️

correct loop is :

for(int num =0; ctr = 5 ; num < ctr ; num ++)

Hope it helps ❣️

Similar questions