what is the error in in the loop? for (int num =0,ctr=5;num< ctr;) n++
Answers
Answered by
3
hlo mate ✌️
correct loop is :
for(int num =0; ctr = 5 ; num < ctr ; num ++)
Hope it helps ❣️
Similar questions