118. 於 Visual Basic 中,若A=False:B=True:C=True,則執行下列程式碼後,何者所得結果為 True? (A)Print not A or B and C (B)Pr
問題詳情
118. 於 Visual Basic 中,若A=False:B=True:C=True,則執行下列程式碼後,何者所得結果為 True? (A)Print not A or B and C (B)Print A and B andC (C)Print A or not B and C (D)Print A or B and not C 。