Understand All about Windows 7 Tips and Tricks, Fashion,Technology, Sports, Games,Windows 8 ,Computer Science ,Essay ,Application and more useful content here, Simply to Read and Enjoy it.
Private Sub Command1_Click() Dim t As Integer Dim n As Integer t = InputBox("Enter number to print table") Form1.Caption = "table of " & t n = 1 Cls While n <= 10 Print t, "X", n, "=", t * n n = n + 1 Wend End Sub
No comments:
Post a Comment