public Time (int h , int m){
if (this.hour > 23 || this.hour <0){
else if (this.minute >59 || this.minute <0){
public flight (string n , string d , string f , Time fl){
flight x [] = new flight [];
public static void Main()
Console.WriteLine("Hello World");