討論串[VB6 ] 請問一個我覺得很複雜的問題
共 5 篇文章
內容預覽:
如果我把程式改成這樣子. Do. n10:. math = InputBox("請輸入分數(0~100,quit為離開)"). If math = "quit" Then Exit Do. If math < 0 Or math > 100 Then. MsgBox "請輸入0~100之間": Go
(還有378個字)
內容預覽:
因為人數未知所以用迴圈來解決. Private Sub Form_Click(). Dim x As Single. Dim TotalCount As Integer. Dim lessthan60 As Integer. Dim sum As Long. Do. x = Val(InputBox
(還有190個字)