VB_0002_Variable3



Module Module1

    Sub Main()

        Dim x As String = "Mathi"
        Dim y As String = "  Krishnan"
        Dim name As String = x.ToUpper & y.ToUpper

        Console.WriteLine(name)
        Console.ReadLine()

    End Sub

End Module

Comments

Popular posts from this blog