问题:
public class Yippee2 {
static public void main(String [] yahoo) {
for(int x= 1; x
}
}
}
and the command line invocation: java Yippee2 a b c What is the result?()
A . a b
B . b c
C . a b c
D . Compilation fails.
E . An exception is thrown at runtime.
public class Yippee2 {
static public void main(String [] yahoo) {
for(int x= 1; x
}
}
}
and the command line invocation: java Yippee2 a b c What is the result?()
● 参考解析
本题暂无解析