Feed Headline Animator

WAP to print first ten natural number on the screen.

Private Sub Command1_Click()
Dim a As Integer
n = 1
Do Until n > 10
Print n
n = n + 1
Loop
End Sub


Posted by: Wasim Javed

No comments:

Post a Comment