—It looks as if it’s going to rain, but I’m not sure whether the windows are shut in my apartment. —You as well go back to have a look.
A.
should
B.
might
C.
need
D.
can
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】该程序运行结果是: #include "stdio.h" main () { int x,y,z; x = 1; y = 2; z = 3; if (x>y) if (x>z)printf("%d",x); else printf ("%d",y); printf ("%d\n",z); }