I am receiving this error in XCode 6.3.2:
Loop will run at most once (loop increment never executed)
I have tried for (int
for (int
Move this line:
return 0;
It will end the loop (function as well as program!).