Computer Science, asked by RishikaKandu, 1 month ago

Develop an algorithm To print circumference of a circle.

Answers

Answered by Nanuramchoudhary8013
0

Which continent is also called White Continent and whyisit called so?

Answered by ranjnamishra3800
2

Answer:

Step 1: Start Step 2: input r Step 3: let pi = 3.14 Step 4: area = pi * r * r Step 5: circum = 2 * pi * r Step 6: print area, circum , Step 7: stop

Similar questions