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: −4.9 2.49
Point (−4.9, 2.49) is in the rectangle
Enter a point with two coordinates: −5.1 −2.4
Point (−5.1, −2.4) is not in the rectangle

Step by Step Solution

3.35 Rating (161 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

import javautilScanner public class Exercise0323 publi... 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 Introduction to Java Programming and Data Structure Questions!