przyjmując dane wejściowe w Javie

Scanner in = new Scanner(System.in);
String s = in.nextLine();
Hilarious Herring