北京理工大学 / JAVA程序设计
正确率:100%
public class Test{ public static void main(String[] args){ String a=args[1];String b=args[2];String c=args[3]; } } execute command:java Test Red Green Blue what is the value of c?
A.the program throw an exception
B.the code does not compile
C.c has value of null
D.c has value of Blue
参考答案:
佳题速递: