Across
- 3. data type representing a sequence of characters
- 5. used in Java to surround bodies of loops, methods, and classes
- 7. decimal numbers
- 9. most basic data types in the Java language (boolean, byte, char, short, int, long, float, double)
- 12. represents a true or false value
- 13. puntuation mark at the end of a programming statment
- 14. specific instance of a class with defined attributes
- 15. precise rules defining how the letters, words, and punctuation of a programming language are required to be used together
Down
- 1. {
- 2. formal implementation, or blueprint, of the attributes and behaviors of an object
- 4. allows compiled Java program to communitcate with the computer
- 6. }
- 8. define an object's behavior
- 10. integer
- 11. specifies an action in a Java program (declaration, expression, control flow)
