Code:
 Structure Player
        Public strFirstName As String
        Public strLastName As String
        Public intNumber As Integer
        Public strPosition As String
        Public battingAvg As Double
    End Structure