Can anyone help me out with some code that displays the random movement of an object such as Move 1: (0,1) Move 2: (10,99)?
I need these methods in the class
void initialize( int xPos, int yPos) void moveLeft() void moveRight() void moveUp() void moveDown() int getXPosition() int getYPosition()
Thanks