class GreetingsB { public static void main(String[] args) { String name = args[0]; System.out.println("Udv " + name + ", miujsag?"); } }