永发信息网

A=2:b=1:c=0 if a then if b then if c then Print “1” else Pri

答案:1  悬赏:40  手机版
解决时间 2021-04-09 07:13
  • 提问者网友:谁的错
  • 2021-04-08 11:11
A=2:b=1:c=0 if a then if b then if c then Print “1” else Print “2” else Print “3” else Print
最佳答案
  • 五星知识达人网友:梦中风几里
  • 2021-04-08 12:16

结果
print 2
因为到 if c then Print “1”
判别c=0是假,不执行而直接进入下面 else Print “2” 的代码,
所以就是2的结果.


我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯