Program
CLS
Pi= 3.14
PRINT "What is the radius of the circle?"
INPUT Radius
Area = Pi Radius 2
PRINT "The area of the circle is =": Area
END
OUTPUT
Answers
Answered by
0
Answer:
I cannot understand your question
Answered by
0
Answer:
CLS
Pi= 3.14
PRINT "What is the radius of the circle?"
INPUT Radius
Area = Pi Radius 2
PRINT "The area of the circle is =": Area
END
Explanation:
CLS
Pi= 3.14
PRINT "What is the radius of the circle?"
INPUT Radius
Area = Pi Radius 2
PRINT "The area of the circle is =": Area
END
Similar questions