You are given a Robot class that contains the following methods
You are given one robot that initially starts at X = 0 and Y = 0, we want to move it to the target at X = 4 and Y = 3.
Complete the following program to move the robot.
Note: You only need to complete Main class in Main.java file. Robot class in Robot.java file is provided to you.
Test your solution here
when it passes, copy it and submit it here so your coach can grade it.