student

  1. J

    help with Guess Word Program

    Option Strict On Option Explicit On Module Guesswork Const charLimit As Integer = 12 Dim sWord(charLimit) As Char Dim uGuess(charLimit) As Char Dim wordInput As String Const _space As String = " " Const blank As String = "__" Dim letrInput As String Dim...
Back
Top