Public
(1)___________ Form1
Private (2)__________ Button1_(3)__________ (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim total As (4)__________
Dim s As (6)__________
For i = 1 To (7)__________
total = Val(TextBox1.Text) * i
(8)__________ = s & TextBox1.Text & " x " & i & " = " & total & vbCrLf
Next
(9)__________(s)
End Sub
End (10)__________
ไม่มีความคิดเห็น:
แสดงความคิดเห็น