Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem J1: Quadrant Selection Time limit: 1 second Problem Description A common problem in mathematics is to determine which quadrant a given point lies in.

image text in transcribed
image text in transcribed
Problem J1: Quadrant Selection Time limit: 1 second Problem Description A common problem in mathematics is to determine which quadrant a given point lies in. There are four quadrants, numbered from 1 to 4, as shown in the diagram below Quadrant 2 B (-12, 5) C (-12, -5). Quadrant 1 .A (12, 5) .D (12,-5) Quadrant 3 Quadrant 4 For example, the point A, which is at coordinates (12, 5) lies in quadrant 1 since both its r and y values are positive, and point B lies in quadrant 2 since its r value is negative and its y value is positive. Your job is to take a point and determine the quadrant it is in. You can assume that neither of the two coordinates will be 0. Input Specification The first line of input contains the integer (-1000 contains the integer y (-1000 y 1000: y yo) 1000; z 0). The second line of input Output Specification Output the quadrant number (1, 2, 3 or 4) for the point (x,y). Sample Input 1 12 Output for Sample Input 1 Sample Input 2 -13 Output for Sample Input 2 use python to solve it

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Build It For The Real World A Database Workbook

Authors: Wilson, Susan, Hoferek, Mary J.

1st Edition

0073197599, 9780073197593

More Books

Students also viewed these Databases questions

Question

5. Recognize your ability to repair and let go of painful conflict

Answered: 1 week ago