'vbscript to addition and multiply to numbers
option explicit
dim x, y, add, mul, mod 'declaring sites
x=inputbox(x)
y=inputbox(y)
mul=x*z
add=x*z
msgbox("multiplication"&add)
msgbox("addition"&add)
option explicit
dim x, y, add, mul, mod 'declaring sites
x=inputbox(x)
y=inputbox(y)
mul=x*z
add=x*z
msgbox("multiplication"&add)
msgbox("addition"&add)
No comments:
Post a Comment