In Java, console input is accomplished by reading from `System.in`. To obtain a characterbased stream that is attached to the console, wrap `System.in` in a `BufferedReader` object. `BufferedReader` ...