 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
| 1. |
Multiplication
table 8.8 p. 137 in white book
|
|
|
-
use nested for loops
|
|
|
-
body of inner loop
|
|
|
int p = i * j;
|
|
|
System.out.print(p);
|
|
|
2.
Add a button “Hyperjump” to the Stars applet
|
|
|
that
forces a repaint. (See code on p. 96 for
|
|
|
|
how
to add a button)
|
|
|
3. Copy/paste AnimDemo.java. Modify it to
|
|
|
|
display
your own animation.
|
|