Imports System Public Class MainClass Shared Sub Main() System.Console.WriteLine("The length of the string" & _ "The length of the string".Length) End Sub End Class