2.3 - String Lengths

1... Create the following Form in Visual Basic

2... The user will type in a three words, and will then click the Count Letters button. The program will then output the number of letters in each of the words, and will also output a grand total.

3... The basic command for counting letters in a word is as follows:

lblCount1.Text = Len(strUserWord1)