Undefined variable or class name: <name>
Similar to "undefined variable: <name>", only the compiler isn't sure if
you're referring to a class or a variable.
int a = (int)(math.random()*2);
int a = (int)(Math.random()*2);
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.