Computer Science, asked by nitin9411166, 2 months ago

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 ar0857460
0

Answer:

I cannot understand your question

Answered by dthamiza
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