News

File metadata and controls Code Blame 4 lines (4 loc) · 185 Bytes Raw r=float (input ("Enter the radius: ")) ...
National 4 Perimeter and area Circumference and area of a circle In this National 4 Lifeskills Maths study guide, you can revise how to find the perimeter and area of triangles, quadrilaterals ...
# Write a program that reads in the radius of a circle and prints the circle’s diameter, circumference and area. # Use the constant value 3.14159 for π. Do these calculations in output statements.