- Create a variable totalStolen with the total number of stolen bases in 2007.
- Create a variable avgWt with the average weight of a Red Sox player.
- Create a variable bestBatters with the name(s) of player(s) whose batting
average is greater than or equal to 0.300.
- Create a variable expensiveHomer that is true
if any player costs more than $500,000 per homerun.
- Create a variable bigHitter that is true if any
players hit more than 10 homeruns with batting averages less than .290.
- Create a vector highRBI with the name(s) of player(s) whose Runs Batted In is greater than or equal to Runs.
- Create a variable bigBatter that contains the number(s) of the player(s) with more than 550 at bats or more than 20 stolen bases.
- Create a variable weightInGold that contains the number of players who were paid more than $25,000 per pound of body weight in the 2007 season.