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

下列程序的运行结果是(  )。
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

A.show  one

B.show  two

C.show  three

D.show  four

标签: "暂无标签"

热门试题

热门资讯

    暂无相关推荐~

分享给好友

分享到朋友圈

取消

使用浏览器的分享功能,把这篇文章分享出去

确定