How would I program drawDog(int x, int y): Instantiates a Dog object at horizontal location x and vertical location y in the DogWorld?
default DogWorld to contain three Dog objects at random locations and one player-controllable Dog object precisely at the center of the DogWorld I have figured out the proper code to get random dogs to appear. I also need a little help in how to add movement with the arrow keys. I am a complete newbie to all of this and would appreciate any help given.

