Friday 29 December 2017

Natural numbers in Reverse order by VBscripting

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

No comments:

Post a Comment