I am new to this programming world. Can someone help me please? I am trying to Write a method (and call the method) within the appropriate class that allows you to control the Pig object in the center of PigWorld according to the following control scheme. Assume that the top of the screen represents north, the right side of the screen represents east, the bottom of the screen represents south, and the left side of the screen represents west:
a. Up arrow: Move north
b. Down arrow: Move south
c. Right arrow: Move east
d. Left arrow: Move west
e. Up + right arrow pressed simultaneously: Move northeast
f. Up + left arrow pressed simultaneously: Move northwest
g. Down + right arrow pressed simultaneously: Move southeast
h. Down + left arrow pressed simultaneously: Move southwest

