data type of variables in vb.net code example
Example: variables vb.net
Dim [VarName] As [DataType]
[VarName] = [Data]
Console.WriteLine([VarName]) 'outputting variables in CMD (Command Prompt)
MsgBox([VarName]) 'outputting variables in a message box