-->
当前位置:首页 > 题库

单选题:Given the following main method in a class called Cycle and a co

Luz5年前 (2021-05-10)题库651
Given the following main method in a class called Cycle and a command line of
```
java Cycle one two
```
what will be output?@[C](2)

```
public static void main(String bicycle[]){
System.out.println(bicycle[0]);
}
```

A. None of these options

B. cycle

C. one

D. two




A.None of these options
B.cycle
C.one
D.two


答案:C