Chapter 3: Ex C (k) Solution
Duration: 14 Min | May 30, 2023
Question C (k) from Let us C Chapter 3 Decision Control instructions is: Attempt the following: Given the coordinates (x,y) of center of a circle and its radius, write a program that will determine whether a point lies inside the circle, on the circle or outside the cirle. (Hint: Use sqrt() and pow() functions)