colour of the baggie you are throwing (red/yellow/blue/green): yellow yellow bag lands in hole. Enter the colour of the baggie you are throwing (red/yellow/blue/green): green green bag lands on yellow ring. Enter the colour of the baggie you are throwing (red/yellow/blue/green): blue blue bag lands on yellow ring. User points: 17 Computer points: 9 Congratulations! You won the game by 8 points. Choose 1 or 2 to play one of the following games, or 3 to quit playing 1. Cornhole 2. Guessing Medals 3. Quit Enter your choice: 3 Goodbye. Hope you enjoyed playing! • function guessMedals which asks the user for an integer from 0 to 200 (inclusive), generates a random integer between 50 and 150 (inclusive) and then tells the user what type of medal they have won, depending on how close they came to guessing the number. Medals are awarded as follows: o bronze medal for a guess within 50 or more of the computer-generated random number o silver medal for a guess within 20 to 49 (inclusive) of the random number o gold medal for a guess within 5 to 19 (inclusive) of the r

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 27PE
icon
Related questions
Question
Enter the colour of the baggie you are throwing (red/yellow/blue/green): red red bag lands on yellow ring. Enter the colour of the baggie you are throwing (red/yellow/blue/green): yellow yellow bag lands in hole. Enter the colour of the baggie you are throwing (red/yellow/blue/green): green green bag lands on yellow ring. Enter the colour of the baggie you are throwing (red/yellow/blue/green): blue blue bag lands on yellow ring. User points: 17 Computer points: 9 Congratulations! You won the game by 8 points. Choose 1 or 2 to play one of the following games, or 3 to quit playing 1. Cornhole 2. Guessing Medals 3. Quit Enter your choice: 3 Goodbye. Hope you enjoyed playing!

• function guessMedals which asks the user for an integer from 0 to 200 (inclusive), generates a random integer between 50 and 150 (inclusive) and then tells the user what type of medal they have won, depending on how close they came to guessing the number. Medals are awarded as follows:
o bronze medal for a guess within 50 or more of the computer-generated random number

o silver medal for a guess within 20 to 49 (inclusive) of the random number
o gold medal for a guess within 5 to 19 (inclusive) of the random number
o platinum medal for a guess that is within 0 to 4 (inclusive) of the random number

Some samples runs of the game may look as follows:

Choose 1 or 2 to play one of the following games, or 3 to quit playing 1. Cornhole 2. Guessing Game 3. Quit Enter your choice: 2 Please enter your guess as a number between 0 and 200: 200 You were off by 69 hence you have obtained Bronze. Choose 1 or 2 to play one of the following games, or 3 to quit playing 1. Cornhole 2. Guessing Game 3. Quit Enter your choice: 2 Please enter your guess as a number between 0 and 200: 0 You were off by 131 hence you have obtained Bronze. Choose 1 or 2 to play one of the following games, or 3 to quit playing 1. Cornhole 2. Guessing Game 3. Quit Enter your choice: 2
Please enter your guess as a number between 0 and 200: 78 You were off by 5 hence you have obtained Gold. Choose 1 or 2 to play one of the following games, or 3 to quit playing 1. Cornhole 2. Guessing Game 3. Quit Enter your choice: 3 Goodbye. Hope you enjoyed playing!
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT