题目内容
以下代码段的输出结果为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. 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. }
查看答案
搜索结果不匹配?点我反馈
更多问题