15 | |||||||||||||||||||||||||||||
13 | |||||||||||||||||||||||||||||
14 | 9 | ||||||||||||||||||||||||||||
10 | |||||||||||||||||||||||||||||
11 | |||||||||||||||||||||||||||||
1 | 2 | ||||||||||||||||||||||||||||
12 | |||||||||||||||||||||||||||||
5 | |||||||||||||||||||||||||||||
4 | |||||||||||||||||||||||||||||
3 | |||||||||||||||||||||||||||||
6 | 7 | ||||||||||||||||||||||||||||
8 | |||||||||||||||||||||||||||||
Across: 1. double or floating point- the type with the least precision3. The '<' symbol is this type of operator 6. 8 bits 7. The number of bytes used for an integer of type 'short' 8. The % indicates this operator 10. The type that has values of true or false 12. The '+' symbol is this type of operator 14. A sequence of characters |
Down: 2. int is of this type4. A location in memory can be accessed using this name 5. The result of System.out.print('why' + 'not') 9. (double) 3/4 is an example of this 11. The number of bytes used for an integer of type 'long' 13. System.out.________(5+2); will print the result of 7 with a line feed 15. This type of variable is not declared as one of the primative types |
15O | |||||||||||||||||||||||||||||
B | |||||||||||||||||||||||||||||
J | |||||||||||||||||||||||||||||
E | 13P | ||||||||||||||||||||||||||||
C | R | ||||||||||||||||||||||||||||
14S | T | R | I | N | G | 9C | |||||||||||||||||||||||
N | 10B | O | O | L | E | A | N | ||||||||||||||||||||||
T | 11E | S | |||||||||||||||||||||||||||
1F | L | O | A | T | I | N | G | 2P | O | I | N | T | |||||||||||||||||
N | G | R | I | ||||||||||||||||||||||||||
12M | A | T | H | I | N | ||||||||||||||||||||||||
T | M | 5W | G | ||||||||||||||||||||||||||
4V | A | H | |||||||||||||||||||||||||||
A | T | Y | |||||||||||||||||||||||||||
3R | E | L | A | T | I | O | N | A | L | ||||||||||||||||||||
I | V | O | |||||||||||||||||||||||||||
A | 6B | Y | T | E | 7T | W | O | ||||||||||||||||||||||
B | |||||||||||||||||||||||||||||
8M | O | D | U | L | U | S | |||||||||||||||||||||||
E |
Across: 1. double or floating point- the type with the least precision (FLOATINGPOINT)3. The '<' symbol is this type of operator (RELATIONAL) 6. 8 bits (BYTE) 7. The number of bytes used for an integer of type 'short' (TWO) 8. The % indicates this operator (MODULUS) 10. The type that has values of true or false (BOOLEAN) 12. The '+' symbol is this type of operator (MATH) 14. A sequence of characters (STRING) |
Down: 2. int is of this type (PRIMATIVE)4. A location in memory can be accessed using this name (VARIABLE) 5. The result of System.out.print('why' + 'not') (WHYNOT) 9. (double) 3/4 is an example of this (CASTING) 11. The number of bytes used for an integer of type 'long' (EIGHT) 13. System.out.________(5+2); will print the result of 7 with a line feed (PRINTLN) 15. This type of variable is not declared as one of the primative types (OBJECT) |