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
Get step-by-step solutions from verified subject matter experts
