Slide 11
Slide 11 text
Identifiers
Identifiers are the human-readable labels associated
variables, classes, or methods
Identifier Rules:
(compiler enforced)
A-Z,a-z, 0-9, _ and $
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
Syntax error on token "*", ; expected
Name cannot be resolved to a variable