147k views
2 votes
Which coordinate is not possible if the command randomNumber (150, 375); is inserted in the x and y value?

User JNevens
by
7.1k points

1 Answer

6 votes

Answer:

The randomNumber(150, 375) function generates a random integer between 150 and 375 (inclusive). Therefore, any value between 150 and 375 is possible for both the x and y coordinates. There is no coordinate that is not possible with this function.

User Kevin ORourke
by
6.9k points