| CIT 591 Third Quiz Fall 2001, Dave Matuszek |
Name __________________________________________
|
Layout is described by each of the following?
| You can put up to five components in it: |
| You specify how many rows and columns it has: |
You add components to the NORTH, EAST, etc.: |
| Components are made as small as possible: |
| Arrangement of components depends on size of the container: |
Component (capitalization must be
correct).implements an interface, what are
you promising that the class will do?Model.turn(Model.N, 4)
?ch is a char, the following statement is syntactically
incorrect because the expression on the right yields an int,
not a char. Fix the statement. Do not put in additional
statements that I did not ask for. ch = ch
+ 1;37 % 2 |
n + 5 > n |
(int) 12.98 |
2 + 2 == 4 ? 'a' : 'b' |
10 << 2 |
w = 3 |
System.out.println to get the string
representation of objects?