CS202 Java-116
Using a Java Input Device
l// Get device in one statement
linData = new BuffredReader(new InputStreamReader(System.in));
lString oneLine;
l// Store one line of text into oneLine
loneLine = inData.readLine();
l
lWhere does the text come from?