Undefined variable: <name>
The most likely reason is the standard typo/caps problem.
Another
reason is you might have declared the variable in the wrong block of code:
if(a==10)<
{
int i=5;
}
i++;
NOTE: The Java section is mostly in maintenence mode. I don't have time to work on it right now. Errors will be corrected if pointed out, but they are not actively being searched for. Newer site features, like alternate stylesheets, may cause problems with these pages.