Answer: Point D
===============================================================
Step-by-step explanation:
We start at the lower left corner, which is the location (0,0)
Then we move to the right four spaces to arrive at (4,0) which is where point L is at right now.
Lastly, we move 5 units up to get to (4,5) which is where point D is located.
Each (x,y) point can be thought of as an address so we can quickly communicate a point's location to someone, even if they don't have the visual in front of them. You can think of it like latitude and longitude. The game of battleship uses a similar concept, but it uses letters as the first coordinate.