Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Dim first

first=inputsecondox("put in your numseconder:")


second=inputsecondox("numseconder you would like to multiply:")
if not isnumeric (first) then
wscript.quit
end if
if not isnumeric (second) then
wscript.quit
end if
c=msgsecondox("Your firstnswer: "& first * second)
loop

You might also like