class Prog01 { public static void main(String[] args) { String nev = System.console().readLine(); System.out.println("Név: " + nev); } }