In straight-11 ping-pong, the first player to reach 11 points wins; the
player need not be ahead by 2. Suppose that when Ada plays Blaise, Ada has
a .56 probability of winning any given point. We want to write a program
that simulates a game between Ada and Blaise, with the printout displaying
a running score of the game. For example a typical output might be:
Game 1
Ada Blaise
1 0
2 0
2 1
. .
. .
. .
11 8
Ada won 11 to 8
Write a program in which Ada and Blaise play three games of straight-11
ping-pong. Print the results of each game as well as the overall winner of
the three matches
i am having truble being able to set up a game like this if i could get an example