Question: Problem 1 Create a flow chart and a program to determine if a point, P ( x , y ) , lies WITHIN, ON ,

Problem 1
Create a flow chart and a program to determine if a point, P(x,y), lies WITHIN, ON, or OUTSIDE a circle of radius 5.
Recall, the equation of a circle centered at the origin of a Cartesian coordinate system is x2+y2=r2
Specifically:
A. Prompt the user to "Enter 1 to run the program or 2 to Quit", after a description of the program
B. If 1
a. Prompt the user to "Enter the x _value", X, Defined as Word
b. Prompt the user to "Enter the y_value", Y, Defined as Word
c. Compute Radius_Squared value*x?value
Problem 1 Create a flow chart and a program to

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!