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