Computer Science, asked by aryanlakshayta, 10 months ago

Write algorithm for the following
(C) to print circumference of a circle if radius is 3.​

Answers

Answered by srajfaroquee
2

Algorithm:

  1. Start
  2. radius ← 3
  3. circumference ← 2 × 3.14159 × 3
  4. Display circumference
  5. End

**Please mark this answer as Brainliest answer. Thank you!

Similar questions