Your assignment is to implement a program that will play


Your assignment is to implement a program that will play the old guessing game "I'm thinking of a number between 1 and 100". The program will be in a webpage. A no-frills version is only about 10 lines of code, and you should be able to do something nicer in fewer than 20 lines. If yours is getting much bigger than that, you're probably off on the wrong track and should review the notes and examples.

Your program should do the following:

When the page is loaded, a confirm dialog box asks if the user wants to play the game. OK means yes, Cancel means no.

When the game starts, it generates a new secret number, then prompts the user to enter a guess.

When the user enters a new guess in the "Guess my number" prompt, the program displays the appropriate message (like "50 is too high", "25 is too low", "37 is right"), using an alert or prompt. The guess should also be displayed on the page with document.write.

If the answer was wrong, the user is prompted for another guess.

If the answer was right, that's the end of this game. The program tells the user it's right and displays the answer with document.write.

The user should then be asked about another game with confirm. OK means yes, Cancel means no.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Your assignment is to implement a program that will play
Reference No:- TGS01090555

Expected delivery within 24 Hours