Computer Science, asked by mangesh1330, 6 months ago

Designers a visual basic form to input radius of circle and find circumference ,area and diameter

Answers

Answered by barmansamir67
1

Answer:

the program is python would be:

R =int ( input ( "enter the radius" )

area = 3.14*R*R

circumference = 2*3.4*R

diameter = 2*R....

Explanation:

please mark me as the brainliest.......

Similar questions