移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

单选题

下列程序的运行结果是(  )。
public class Test
public static void main(String[]args)
int x=3,y=4,z=5;
if(x>3)
if(y<2)
System.out.println("show one");
else
System.out.println("show two");

else
if(z>4)
System.out.println("show three");
else
System.out.println("show four");

发布日期:2022-06-07

下列程序的运行结果是(  )。public class Testpublic static void...
A

show  one

B

show  two

C

show  three

D

show  four

标签: "暂无标签"

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!