Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is a C program . Write a Guess the Number game that has three levels of difficulty. The first level of difficulty would be

This is a C program .Write a Guess the Number game that has three levels of difficulty. The first level of difficulty would be a number between 1 and 10(include 10). The second difficulty set would be between 1 and 100(include 100). The third difficulty set would be between 1 and 1000(include 1000).
Prompt for the difficulty level, and then start the game. The computer picks a random number in that range and prompts the player to guess that number. Each time the player guesses, the computer should give the player a hint as to whether the number is too high or too low. The computer should also keep track of the number of guesses. if the number of guesses is larger than 8, the computer will end the game and prompt "Better luck next time". Once the player guesses the correct number, the computer should present the number of guesses and ask if the player would like to play again. (1 for yes or 0 for no)
Please see below examples for each prompts
Let's plan Guess the Number
Pick a difficulty level (1,2,3):1
I have my number. What's your guess? 4
Too low. Guess again: 8
Too low. Guess again: 9
You got it in 3 guesses!
Play again? 1
Let's plan Guess the Number
Pick a difficulty level (1,2,3):3
I have my number. What's your guess? 23
Too low. Guess again: 24
Too low. Guess again: 25
Too low. Guess again: 26
Too low. Guess again: 27
Too low. Guess again: 28
Too low. Guess again: 29
Too low. Guess again: 30
Better luck next time
Play again? 0
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Object Databases The Essentials

Authors: Mary E. S. Loomis

1st Edition

020156341X, 978-0201563412

More Books

Students also viewed these Databases questions

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago