Hello Friends,
in this, i am giving you code of VBScripting code for making reverse order of Natural numbers..
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=n to 1 step -1
msgbox num
next
//
Download - Click Here
in this, i am giving you code of VBScripting code for making reverse order of Natural numbers..
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=n to 1 step -1
msgbox num
next
//
Download - Click Here
No comments:
Post a Comment