Math, asked by aasin2552, 6 months ago

algorithm find area and perimeter of circle

Answers

Answered by Anonymous
5

Answer:

STEP 1: Take radius as input from the user using std input. STEP 2: Calculate the area of circle using, area = (3.14)*r*r STEP 3: Print the area to the screen using the std output.

Step-by-step explanation:

l hope it helps you if then mark brainliest and follow me

Answered by slientknight100
1

Answer:

Area of circle

Step-by-step explanation:

  • Start
  • input radius C
  • A=
  • \pi \\ r2
  • print value
  • stop

perimeter of circle

  • start
  • input radius

C=

2\pir

display results

Similar questions