zcs-cs / Baseball-Reporter

The 2014-2015 AP Computer Science A class's final project that analyzes baseball statistics and compiles an automated news report.
GNU General Public License v2.0
0 stars 0 forks source link

Total Hitting Info #5

Closed Ghuiby13h closed 9 years ago

Ghuiby13h commented 9 years ago

I need to be able to receive the name, home-runs, runs batted in(RBI), hits, at-bats, and the type of hits from a player on a team.

Hunter-Bobeck commented 9 years ago

Please clarify 'type of hits'. A string, such as "grounder"? Or do you mean a base count, for example "single"? I'll assume the latter is the case.