I don't know why/how to fix this...It's saying i have a NoSuchElement exception on line n=f.nextLine();
while(i<listFlights.length){
i++;
n=f.nextLine();
d=f.nextLine();
h=f.nextInt();
m=f.nextInt();
Time one=new Time(h, m);
listFlights[i]=new Flight(n, d, one);
}