String P1 = "New York is the best place for sports,";
String P2 = "The New York Yankees are the most winning team in baseball with";
String P2PT2 = "world series rings.";
String P3 = "Their best player of recent years is Derek Jeter who batted a";
String P3PT2 = "average by the end of his career.";
String P4 = "The New York Football Giants have won";
String P4PT2 = "Super Bowls, with a couple in this century.";
String P5 = "They won in recent years with quarterback Eli Manning who's accuracy is a";
String P5PT2 = "passing percentage.";
String P6 = "The New York Rangers have also won";
String P6PT2 = "championships, except in the NHL it is called the Stanley Cup.";
String P7 = "A long time player for the Rangers is their goalie Henrik Lundvist with a";
String P7PT2 = "save percentage throughout his career, that's very impressive.";
String P8 = "New York's basketball team, the Knicks, have";
String P8PT2 = "rings, or NBA Championships.";
String P9 = "Patrick Ewing is one of the best players to play with the Knicks, he had";
String P9PT2 = "as his career shooting percentage.";
String P10 = "Overall New York has a total of";
String P10PT2 = "championships, it sure is fun to be a New York fan!";
println (P2 , WS , P2PT2);
println (P3 , BA , P3PT2);
println (P4 , SB , P4PT2);
println (P5 , PP , P5PT2);
println (P6 , SC , P6PT2);
println (P7 , SP , P7PT2);
println (P8 , NBAWC , P8PT2);
println (P9 , FGP , P9PT2);
println (P10 , TC , P10PT2);