Program to find Area of Circle

@0,6 say "Program to find Area of Circle"
? ""
Input "Enter radius = "  to  r
a = 22 / 7  *  r  ^  2
?"Area is = ",  a