BED15203: Write a C program that prompts user to enter 2 sides of a rectangle and the radius of a circle: Fundamentals Of Programming Assignment, UniKL, Malaysia
Task 2 Write a C program that prompts user to enter 2 sides of a rectangle and the radius of a circle. The program then determines which area is bigger, whether the rectangle or the circle. Use 2 user-defined functions in your program. You may approximate the value of π...