amin parvini / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
amin parvini
Added topic "For Loop" problem
I want to print value of "i" but that is printed incorrectly and it does not start printing from zero This problem does not exist for loops with repetitions below 100(or 150) for ( int i= 0 ; i< 500 ;i++) { Print(i); }
: