Program to find Cube of a number

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