Write a program using condition controlled iteration (a while loop) to keep track of a game of darts.
The player starts with 101 points and points are subtracted based on where the dart lands. The game ends when the player’s points become less than or equal 0.
After each throw display how many points are needed to reach zero.
At the end display how many darts were thrown to reach zero or below.
