欢迎您访问365答案网,请分享给你的朋友!
生活常识 学习资料

以下代码段的输出结果为1. int x = 0, y = 4, z = 5;2. if (x >2、{3. if (y <5、{4. Syst

时间:2017-08-30
以下代码段的输出结果为1. int x = 0, y = 4, z = 5;2. if (x >2、{3. if (y <5、{4. Syst

以下代码段的输出结果为

1. int x = 0, y = 4, z = 5;

2. if (x >2、{

3. if (y<5、{

4. System. out .println ( "message one" );

5. }

6. else {

7. System.out.println( "message two");

8. }

9. }

10. else if (z >5、{

11. System.out.println("message three");

12. }

13. else {

14. System.out.println( "message four");

15. }

A. message one

B. message two

C. message three

D. message four

答案参考

答 案:D

Copyright © 2016-2020 www.365daan.com All Rights Reserved. 365答案网 版权所有 备案号:

部分内容来自互联网,版权归原作者所有,如有冒犯请联系我们,我们将在三个工作时内妥善处理。