問題詳情

38. 在 A=True:B=True:C=False 的情況下;執行下列哪一項 Visual Basic 語言指令的結果為真(True)?
(A) Print ( not B ) or C
(B) Print ( not A ) and B
(C) Print ( A or C ) and ( not B )
(D) Print ( A and B ) or ( B and C )

參考答案

答案:D[無官方正解]
難度:適中0.5
統計:A(2),B(3),C(5),D(14),E(0)

用户評論

【用戶】陳麗雅

【年級】大一下

【評論內容】選項A 0 or 0 怎會是1.....= =

【用戶】Junjie Lin

【年級】

【評論內容】此題要找True(A)的運算結果為False