Question: Using C language, write a program that reads in the radius of a circle and print the circles diameter, circumference and area. Use the constant
Using C language, write a program that reads in the radius of a circle and print the circles diameter, circumference and area. Use the constant value 3.1419 for pi. Perform each of these calculations inside the printf statement(s) and use the data type float for variables with its conversion specifier %f.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
