How Did You Do?
- Operator
- Literal
- Literal
- Identifier
- Literal
- Literal
- Operator
- Operator
- Identifier
- Identifier
- Valid
- Invalid – the only non-alphanumeric character allowed in identifiers is underscore (_)
- Valid
- Invalid – the first character of an identifier cannot be a number
- Valid
- Invalid
- Valid
- Valid
- Invalid – identifiers cannot be given the name of a built-in operator
- Valid
<< Previous: Test Your Knowledge! | Next: Arithmetic Operators >>