Computer Science, asked by Suvekshya3240, 26 days ago

write an algorithm to find area and circumference 9f circle.​

Answers

Answered by huzaifshaikh99
0

Explanation:

please make me brainlist plz

Answered by mufiahmotors
1

Answer:

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

Similar questions