Dim count as integer = 600
Dim fcount as integer = 0
Dim flength as integer = 0
Dim income as integer = 0
Dim ptype as string = "null"
Console.WriteLine("Input daily flight length:")
flengthin: flength = Console.ReadLine()
Console.WriteLine("Input plane type (2s for 2 seater, 4s for 4 seater, hs for historical):")
ptypein1: ptype = Console.ReadLine()
Console.WriteLine("Error")
Console.WriteLine("Input plane type:")
ptypein2: ptype = Console.ReadLine()
Console.WriteLine("Error")
Console.WriteLine("Error")
Console.WriteLine("Possible flights per day = {0}", fcount)
Console.WriteLine("Max income per day = ${0}", income)