Question: please help 3. Write a script which: a) uses the input commands to ask the user to enter values for x,y and R. b) determines
3. Write a script which: a) uses the input commands to ask the user to enter values for x,y and R. b) determines whether a point with coordinates (x,y) lies inside or outside a circle centered at (0,0) and radius, R, and displays to the command window one of the following statements: The point lies within the circle. The point lies on the circle. The point lies outside the circle. (Hint: compute the distance from the origin to the point (x,y) using the formula, d=x2+y2, and if d
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
