Search here for all the info you want in this Blog

write a program to print numbers from 1 to 10 using for loop

'10) write a program to print numbers from 1 to 10 using for loop

For i=1To10Step1
WScript.Echo i
Next

No comments:

Post a Comment