Dim catagory as string = ""
Dim message as string = ""
console.writeline( "Storm catagory?" )
catagory = console.readline()
console.writeline( "Tropical Storm-Your Safe." )
else if catagory = 1 then
console.writeline( "its just wind" )
console.writeline( "Worry just a little" )
else if catagory = 3 then
console.writeline( "Get some supplies just in case" )
else if catagory = 4 then
Console.writeline( "maybe you Should leave town.")
else if catagory = 5 then
Console.writeline( " You should definenly leave")