Question: Write a program that prompts the user to enter a point (x, y) and checks whether the point is within the rectangle centered at (0,

Write a program that prompts the user to enter a point (x, y) and checks whether the point is within the rectangle centered at (0, 0) with width 10 and height 5. For example, (2, 2) is inside the rectangle and (6, 4) is outside the rectangle, as shown in Figure 3.7b.?

Enter a point with two coordinates: 2 2 JEnter Point (2.0, 2.0)

is in the rectangle Enter a point with two coordinates: 6 4

Enter a point with two coordinates: 2 2 JEnter Point (2.0, 2.0) is in the rectangle Enter a point with two coordinates: 6 4 -Enter Point (6.0, 4.0) is not in the rectangle -is (6, 4) (2, 2) (0, 0) -is (b)

Step by Step Solution

3.45 Rating (171 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Program Plan Include the necessary variables necessary for the execution of the program Declare all ... View full answer

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 Java Programming Questions!