Program for Subtraction of Two Number

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