Computer Science, asked by pokhrelshristi678, 18 days ago

Write an algorithm to input radius of a circle and calculate its area and circumference

Answers

Answered by aniket1234549
1

Explanation:

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.

Similar questions