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