CS 116
Sept. 25, 2002
Lesson5.java
from the class home page.
Try it out. Try entering both positive and negative values.
!
, &&
and ||
on pg. 189 in your text.)
Label
to the applet which prints a message telling
whether the current input value is less, equal, or greater than the value
which was input just prior. (You will need to add another variable which
stores the previous input.)