Explanation:
I guess your problem is understanding what is domain and range.
well, the domain is the interval or set of valid values for x for a function or curve.
the range is the interval or set of valid values for y (or function results) for a function or curve.
our function or curve here is the graph of a throw of a basketball.
that throw went continuously from 0 ft to 17 ft distance from the player.
and the height of the ball went continuously from 6 ft to 12 ft and then all the way down to 0 ft (on the floor).
as the graph shows : distance (or horizontal displacement) is our "x".
and the height is our "y".
so, the domain is
0 <= x <= 17
and the range is
0 <= y <= 12
and the code is then
0 17 0 12
A N A K