HELP 15 POINTS PLZ HELP ME-
Which of the following answers would push the ball to the top right corner of the game window, assuming it started in the center?
A. ball.pushUp();
ball.pushRight();
B. ball.pushDown();
ball.pushRight();
C. ball.pushUp();
ball.pushDown();
D. ball.pushLeft();
ball.pushDown();