Computer Science, asked by chaturvediakshat1614, 7 months ago

write a program which accepts radius from the user to calculate the diameter ,circumference and area of the circle.​

Answers

Answered by princesskaira293
0

Logic to find diameter, circumference and area of circle

Input radius of circle from user. Store it in a variable say radius . Apply the formulas to calculate diameter, circumference and area. Use diameter = 2 * radius , circumference = 2 * 3.14 * radius and area = 3.14 * radius * radius

Answered by SƬᏗᏒᏇᏗƦƦᎥᎧƦ
11

Answer:

This is the answer

hope it helps

Attachments:
Similar questions