1. Create a variable totalStolen with the total number of stolen bases in 2007.
  2. Create a variable avgWt with the average weight of a Red Sox player.
  3. Create a variable bestBatters with the name(s) of player(s) whose batting average is greater than or equal to 0.300.
  4. Create a variable expensiveHomer that is true if any player costs more than $500,000 per homerun.
  5. Create a variable bigHitter that is true if any players hit more than 10 homeruns with batting averages less than .290.
  6. Create a vector highRBI with the name(s) of player(s) whose Runs Batted In is greater than or equal to Runs.
  7. 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.
  8. 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.