A program that prompts the user to enter a point x, y and checks whether the point is within the rectangle centered

technical writing

Description

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 20 and height 15. For example, (-9, 7) is inside the rectangle and (11, 4) is outside the rectangle, as shown in the Figure.


Related Questions in technical writing category