+ 1
What's going inside this loop...?
int j =0; for (int i=0;i<100;i++) { j= j++; } print(j);
2 Réponses
+ 6
Depends on what language you are using:
https://www.sololearn.com/Discuss/1271878/?ref=app
+ 3
Looks like homework.
OP, you know _effort_ is required on most forums when asking a question (attempt to understand, research, etcetera). BTW, DuckDuckGo/Google...
site:www.sololearn.com "for" "loop" "++"
...and it would probably answer your question with ~15% effort.