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

Data needed for BestPlayer Module #11

Closed jacobl124 closed 9 years ago

jacobl124 commented 9 years ago

Name,hits,at Bats,Home Runs, Rbi's

This is the the header of our constructor of our Player object public Player(String playerName, int numHits, int numAtBats, int numHr, int numRbi)