Please make me a C++ number guessing game | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

10th Jun 2018, 7:20 AM
Toby Mac
Toby Mac - avatar
3 Answers
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.
26th Jul 2022, 11:07 AM
Samuel
0
Hi
10th Feb 2023, 7:18 PM
mubarek
mubarek - avatar
- 3
why dont you take on this challenge? toby mac
11th Jun 2018, 8:29 AM
Ever Drakonis