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
Answers
Answered by
0
Answer:
If we divide the circumference of any circle by its diameter, we end up with a constant number. This constant, which we label with the Greek symbol π ( pi), is ...
Similar questions