Hello Friends,
in this, i am giving you code for Finding Even numbers upto n value by VBScripting.
For using this code, Copy code from bellow attached then paste in Notepad and save it with extension *.vbs*.
//
dim num,n
n=inputbox ("Enter a value")
for num=2 to n step 2
msgbox num
next
//
Download - Click Here
in this, i am giving you code for Finding Even numbers upto n value by VBScripting.
For using this code, Copy code from bellow attached then paste in Notepad and save it with extension *.vbs*.
//
dim num,n
n=inputbox ("Enter a value")
for num=2 to n step 2
msgbox num
next
//
Download - Click Here
No comments:
Post a Comment