Given this code, which command will output "2"?
class Main {
public static void main(String[] args) {
System.out.println(args[2]);
}
}
Given this code, which command will output "2"?
class Main {
public static void main(String[] args) {
System.out.println(args[2]);
}
}