Question: Use of C programming language coding Lab1-5. Finding Perimeter and Area of a Circle Write a simple C program to calculate and print the perimeter
Use of C programming language coding
Lab1-5. Finding Perimeter and Area of a Circle Write a simple C program to calculate and print the perimeter and the area of a circle after the user input a radius. Sample Run (Console input is BOLD and RED in color): Input the radius: 1.4 Perimeter: 8.79 Area: 6.15 Deadline: 20 Jan, 2023 (Fri) Input A single line containing a floating point number. Output First line has the text "Input the radius: "; the program waits for user input, and then the next line has the text "Perimeter: "followed by the value of the perimeter. The last line has the text "Area: " followed by the value of the area
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
