Write a declaration for a variable hits that can hold the number of times a baseball player has hit the ball in a baseball game.

LANGUAGE: C++

CHALLENGE:

Write a declaration for a variable hits that can hold the number of times a baseball player has hit the ball in a baseball game.

SOLUTION:



int hits;