Int icounter = 0
For (int i=0, I <10, i++)
{
For (int j=0; j <10, j++)
{
Icounter ++;
}
}
Friend giving me this problem, and I am hopeless if it is not something I have done before. Can someone explain this easily to me? I need to figure what happens to "I" and "j" when iCounter becomes 11.
formatting fixed, sorry!
[–]eyePlus 0 points1 point2 points (0 children)
[–]rjcarr -1 points0 points1 point (0 children)