iT邦幫忙

0

已解決問題(感謝大家)

@vb
  • 分享至 

  • xImage

請問執行圖(十七)的 Visual Basic 程式碼後,在「訊息視窗(MsgBox )」上的顯示數值為何?
(A) 1
(B) 5
(C) 20
(D) 120

Dim i As Integer
Dim result As Integer
result = 1
For i = 1 To 5
result = result * i
Next
If i > 5 Then
MsgBox(result)
ElseIf i <= 5 Then
MsgBox(i)
Else
MsgBox(20)
End If

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答