public class Class1
{
public static void main(String [] args) {
System.out.print(args[0] + args[1]);
System.out.println(args[1]);
}
}
Specify a result of the given code execution if it is executed with the following line
java Class1 Hello world !!!
Войдите чтобы поставить Нравится
Войдите чтобы прокомментировать