Finger Exercise
¥In the Definitions pane of DrJava, enter the Java program defining the Entry class.  In the Interactions pane, evaluate the following program text:

¥ Entry e =  new Entry("Corky", "DH 3104", "x 6042");
Ðe.getName()
Ðe.getAddress()
Ðe.getPhone()

¥Save your program for future use in a file named Entry.java.
¥