Finger Exercise
¥
In the DrJava programming environment, open
the program file
Entry.java
, compile it, and
type the following statements in the
Interactions
pane:
¥
Entry e = new Entry("Corky","DH 3104","x 6042");
e.getName()
¥
e.getPhone()
¥