' wite a function that will return the highest number out of 3.
' Input:
' 3 7 2
' Output:
' 7
Imports System
Public Module Module1
Public Sub Main()
Console.WriteLine("Hello World")
End Sub
End Module