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 :-
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
Post a Comment