试题详情
- 单项选择题 public class WhileFoo { public static void main (String []args) { int x= 1, y = 6; while (y--) {x--;} system.out.printIn(“x=” + x “y =” + y); } } What is the result?()
A、 The output is x = 6 y = 0
B、 The output is x = 7 y = 0
C、 The output is x = 6 y = -1
D、 The output is x = 7 y = -1
E、 Compilation will fail.
- E
关注下方微信公众号,在线模考后查看
热门试题
- Which three&ens
- A developer
- A web comp
- 打印出如下图案(菱形)
- 下列哪个工具可以编译java源文件?
- What is th
- class Output{&
- 如何定义保护级的成员函数或是成员变量?(
- 对于满足SQL92标准的SQL语句:&e
- Assume that&en
- 士兵在演练过程中,队伍变换成10、21、
- java中下面哪个能创建并启动线程()。
- 现有: 一f对一个java
- 已知: 的输出为()
- Float pi
- 我国今年的国民生产总值为45600亿元,
- 针对以下代码,哪些说法是正确的:()。
- 有5个人坐在一起,问第五个人多少岁?他说
- 现有2个文件:
- Which lines&en