Question: I need help to complete the following project; create a web page (HTML) using VB code Project 5-1 Create a script that presents a word
I need help to complete the following project; create a web page (HTML) using VB code
Project 5-1
Create a script that presents a word guessing game. Allow users to guess the word one letter at a time by entering a character in a form. Start by assigning a secret word to a variable. After each guess, print the word using asterisks for each remaining letter, but ll in the letters that the user guessed correctly. For example, if the word you want users to guess is suspicious and the user has successfully guessed the letters s and i, then you would store s*s*i*i**s in the form eld. Save the project as Guessing Game.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
