Program to find Square of a number

@0,6 say "Program to find Square of a number"
? ""
Input "Enter Number = "  to  a
d = a ^ 2
?"Answer is = ", d