Home /
Expert Answers /
Computer Science /
create-a-program-in-python-that-will-help-determine-bowling-averages-each-player-bowls-three-games-pa812
(Solved): Create a program in Python that will help determine bowling averages. Each player bowls three games ...
Create a program in Python that will help determine bowling averages. Each player bowls three games. Your program needs ask for the bowler's name and three scores. The program then needs to determine the average. Finally the program needs to print out the name of the bowler and their average. Given the following test data: Bowler Names John Game 1=110 0ame 2=101 - Gime3=124 your program should print out the following: John's average is 111,66666666666667 At the top of your program include the Decomposition for the problem and a listing of inputs and outputs. Comment this out so that it does not run when your program is compiled.