kidsprogramming

 

Guess the Number

Page history last edited by Trevor Simmons 11 mos ago

Guess the Number

Challenge #2

 

Write a guessing game computer program. It must ask the user to guess a secret number between 1 and 100 and continue until the secret number is guessed. If the user guesses the wrong number, display a message stating that they are too high or too low such as "Bad Guess – Too High - Try again". Make your program count the number of guesses taken. When the user guesses the correct number, display the Message "You guessed it in <number of guesses> guesses" and stop the program.
 
Extension: You can also provide the user with other information such as “cold”, “warm” and “hot” depending on how far out their guess is.
 

Teacher submissions 

  
 
 
 
 
 
 
 
(add a new link and paste your code on the new page)
 

Student submissions

 

Please make these on behalf of your students - do not give them the password.

 

Comments (0)

You don't have permission to comment on this page.