Batting Game - Initialize Integer Variables

[Batting Game]     A     B     C     D     E     F     G     H

// batting game

int balld = 50;
int ballx = 200;
int bally = balld/2;

int speedx = 3;
int speedy = 2;

int score = 0;

// Insert B Code Here