Computer Science, asked by freefire9055, 5 months ago

write programs in Q basic for the following :
a.Too accept radius and find area of circle​

Answers

Answered by ranurai58
1

Answer:

Write a program to find the area of the circle.

Cls

Input" Enter the radius " ;R

Let C=22/7*R^2

Print " The area of circle =" ;C

End

Write a program to find the circumference of the circle.

Cls

Input" Enter the radius " ;R

Let Circumference=22/7*R*2

Print " The area of circle =" ;Circumference

End

Answered by Anonymous
4

Explanation:

please thank my answer please

Attachments:
Similar questions