Write a Q basic program to calculate the Area of a circle

3 answers

assuming you know Q Basic syntax, just code up the formula

pi = 3.1416
A = pi*r^2
i don
Where is the answer