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
Printable View
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
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
Code:Structure Player
Public firstName As String
Public lastName As String
Public number As Integer
Public position As String
Public battingAvg As Double
End Structure