InputStreamReader ob = new InputStreamReader(System.in); //System.in indicates the input from user. InputStreamReader reads the input as stream of inputs //now this ...