Program for Division

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