CS202 Java-117
Interactive Input
l
readLine
is a value-returning method in
class
BufferedReader
l
readLine
goes to the
System.in
window and inputs what the user types
l
How does the user know what to type?
l
The program (you) tell the user using
System.out