Computer Programming And Logic
computer programming and logic

Support for Virtual Basic coding. 5?
I'm at ITT Tech and programming logic class to a project and can not understand why makes the code as follows: Add code to the end of btnNew_Click event procedure to do the following: Save the word "Basset Hound" in strWordToGuess. intNumTries 0. I know it's a simple code and I can not do right please someone help me
are required to declare variables and strWorkToGuess intNumTries before assigning values. Dim Dim intNumTries String strWordToGuess strWordToGuess As Integer = "Basset Hound "intNumTries = 0