Datasets:
| <Interpret> | |
| The player is at row 3, and the goal is at row 5. Remember that row number is counted from top to bottom. Comparing player (row=3) with goal (row=5), player is counted first, meaning player is higher. Therefore, the player is above the goal. | |
| The player is at column 7, and the goal is at column 3. Remember that column number is counted from left to right. Comparing player (column=7) with goal (column=3), goal is counted first, meaning goal is to the left. Therefore, the player is to the right of the goal. | |
| <Output> Right,Above |