問題詳情

請問下列VB6.0程式碼的執行結果會印出?
(A)Ha
(B)Hb
(C)Hc
(D)Hd。Dim X as integer X=17.34.5 If X>=5 then    Print “Ha” Else if X mod 2=0 then    Print “Hb” Else if X=4 then      Print “Hc” Else     Print “Hd” End if 

參考答案

答案:B
難度:適中0.47561
統計:A(6),B(39),C(10),D(27),E(0)

內容推薦

內容推薦