Console.WriteLine("Hello World")
Dim s2 as string = "Second String"
Dim n3 as decimal = n1 * n3
Public Sub Print(sTextToPrint as string)
Console.WriteLine("Print Command")
Console.WriteLine(sTextToPrint)
nRounded=Math.Round (n3,2)
Print ("n3 rounded" & nRounded)
Console.WriteLine("Module2 Print")