Computer Science, asked by Anonymous, 1 year ago

Q basic. write a program to find area of circle & circumference brainlist

Answers

Answered by Anonymous
4

CLS

LET pie = 3.14

INPUT "Enter radius of circle"; r

a = pie * r ^ 2

c = 2 * pie * r

PRINT "The area of the circle is"; a

PRINT "The circumference of the circle is"; c

END


Anonymous: term it as brainlist plz
Similar questions