Imports System
Public Module Module1
Public Sub Main()
Dim Level as String = ""
Console.WriteLine("Welcome to the application that gives advice on hurricane levels, what level is the hurricane?")
Console.ReadLine()
If Level = "5" then Console.WriteLine ("Good luck girl..." + Level + "with it")
Else if Level = "
End If
End Sub
End Module