0
Please make me a C++ number guessing game
Write a C++ program that can be used to play a number guessing game. The player is first asked for the number of games he wishes to play. Each game gives the player a maximum of three chances to guess a number chosen randomly. If the player makes a correct guess, he is given a score depending on the number of guesses he has made (10, 8, or 5). The final score is given as a percentage with some complementary remarks.
3 odpowiedzi
0
3.Write a program that can be used to play a number guessing game. The player is first asked for the number of games he wishes to play. Each game gives the player a maximum of three chances to guess a number chosen randomly. If the player makes a correct guess, he is given a score depending on the number of guesses he has made (10, 8, or 5). The final score is given as a percentage with some complementary remarks.
0
Hi
- 3
why dont you take on this challenge? toby mac