How to make a simple multiplication calculator just using notepad [ with pictures ]

How to make a simple multiplication calculator just using notepad ,
Just follow some simple steps and you can do it.

STEP 1 :-  Go to start and type notepad open it 














STEP 2 :- Open notepad and type the following program or just copy from here

Program :- 

msgbox("PROGRAMMERSD2 for multipication <\Calculator/>")

num1=inputbox("Number 1...")

num2=inputbox("Number 2...")

msgbox num1*num2


STEP 4 :-  Save the following program as (.vbs)
eg :- (test.vbs)















STEP 5 :- Click on the file you have save and give input of following numbers.




Comments

Popular posts from this blog

How to make a snake game using notepad using html [ with pictures ]

How to " Shut down " your pc using notepad [with pictures]

How to make" web html page " just using notepad [ with pictures ]