7
1
Option Strict On
2
Public Module Module1
3
Public Sub Main()
4
'Declare an array to store the alphabet
5
Dim alphabet() As String = {"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"}
6
End Sub
7
End Module
Cached Result