I am in a logic and programming class and we are creating a hangman game. We have a list of steps and instructions, but either I'm an idiot or something else is going on! It is asking me to declare a form-level variable named strLetterGuesse d as type String. I have a hint that says to add "Public strLetterGuesse d as String"
How do I even declare aform level variable anyway? I have tried using Dim, Public and Private Sub all of which pop up their own error messages. After I enter this I am supposed to test and I can't turn it in not running. HELP!
How do I even declare aform level variable anyway? I have tried using Dim, Public and Private Sub all of which pop up their own error messages. After I enter this I am supposed to test and I can't turn it in not running. HELP!
Comment