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