Computer Science, asked by manishgrg1811, 8 days ago

'bob.goto(-250,-150)' command will take the turtle to which quadrant?

Answers

Answered by bushahariboys
0

Answer:

ok I try to answer your question

Answered by anjumanyasmin
1

Given coordinates are (-250,-150).

where x coordinate = -250

and y coordinate = -150.

If we see the coordinates position we know that

For the 1st coordinate X,Y coordinate should be positive.

For the 2nd coordinate X, Y coordinate x positive and Y - negative

For the 3rd coordinate X,Y .coordinate x- negative,Y- coordinate negative.

For the 4th coordinate X, Y ,coordinate X = X positive, Y- negative.

As per given command

'bob.goto(-250,-150)'

will take the turtle in the 3rd quadrant because x and Y coordinate both are negative.

Similar questions