subject

(Geometry: point in a rectangle?) 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 in the Programming Exercise from the Book section.

Hint: A point is in the rectangle if its horizontal distance to (0, 0) is less than or equal to 10 / 2 and its vertical distance to (0, 0) is less than or equal to 5.0 / 2. Test your program to cover all cases.

Sample Run 1

Enter the x-coordinate of the point: 2

Enter the y-coordinate of the point: 2

Point (2.0, 2.0) is in the rectangle

Sample Run 2

Enter the x-coordinate of the point: 6

Enter the y-coordinate of the point: 4

Point (6.0, 4.0) is not in the rectangle

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 21:30, elsauceomotho
Im doing this last minute and literally none of my neighbors or people that my dad works with use excel so if anyone could me make up an example
Answers: 1
image
Computers and Technology, 23.06.2019 18:30, janny48
How often does colleges update the cost of attendance on their website? . a)every two years b) every four years c) every year d) every semester
Answers: 1
image
Computers and Technology, 24.06.2019 15:30, sonyfan
What is the total number of time zones that can be configured to show by default in a calendar in outlook 2016?
Answers: 1
image
Computers and Technology, 24.06.2019 18:00, valdezavery9018
Hacer un algoritmo que me permita ingresar el nombre de una parcela de terreno y muestre junto al mensaje “tipo de suelos: suelos fumíferos, ¡excelente!
Answers: 1
You know the right answer?
(Geometry: point in a rectangle?) Write a program that prompts the user to enter a point (x, y) and...

Questions in other subjects:

Konu
Mathematics, 19.05.2021 19:30
Konu
Mathematics, 19.05.2021 19:30
Konu
Mathematics, 19.05.2021 19:30