Use the left, right, up, and down arrow keys to get the character to make dance moves. 1) Add a method for each of the movements: left, right, up, down. The methods should be triggered when the arrow keys are pressed. 2) Add a method to do a combo of moves when a key is pressed. For example, when 1 is pressed, the character does a left, a right, a down, and an up movement. Make sure to use your methods! 3) Add an argument to one or more of your methods that controls how fast the movement is made.