1. Program X is a series of command to control the movement of a robot. The detail of program X is as follows :
----- Program start -----
Step 1 : Move 4 units to the right.
Step 2 : Move 5 units upwards.
Step 3 : Move 3 units to the left.
Step 4 : Move 5 units downwards.
----- Program end -----
Initially the robot was at (0, 0). After running program X for 99 times, the battery level can support the robot to complete 2 more steps only. Then the robot stopped. Where did the robot stop? Show the steps how you find the coordinates.