Program for Multiplication 

@0,6 say "Multiplication Program"
? ""
Input "Enter First Number = " to a
Input "Enter Second Number = " to b
d = a * b
?"Answer is = ", d