Code this program or page  159 #6 for Tuesday 3/6

This program asks for the score from each game that two teams play. They play 15 games. It asks the score of each team and prints the score. At the end, it prints the total wins for each team. (There are only two teams.)


A sample session would be:

What is the score of  game 1 for team1? 12
What is the score of  game 1 for team2? 10
 What is the score of  game 2 for team1? 3
What is the score of  game 2 for team2? 5
What is the score of game 3 for team1? 16
What is the score of  game 3 for team2? 10
 . . .
Team 1 won 10 games
Team 2 won 5 games