Question: All coding must be done in C. 2. Circle Write a program which will determine whether a point (x, y) lies inside the circle, on

All coding must be done in C.
2. Circle Write a program which will determine whether a point (x, y) lies inside the circle, on the circle or outside the circle. Your program should prompt user to enter x and y coordinates and then output the following. The center of the circle lies on origin i.e. (0, 0) and it's radius is 2 feet Enter x and y coordinates: 0.1 0.6 The point (0.1, 0.6) lies inside the circle
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
