Question: Guess the Number Game Develop a JavaScript solution using functions to solve the follow problem: Create a program that asks a user for a number

Guess the Number Game

Develop a JavaScript solution using functions to solve the follow problem:

  • Create a program that asks a user for a number between 1 and 100, the program should then output to the user higher, lower, or correct, depending upon the input from the user and the random number assigned to the number to be guessed.

  • Once the user is correct, the program should print off the correct answer, but also the number of times the user was incorrect.

  • Properly validate inputs

  • Have at least three user defined functions.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!