hello everyone im new to this forum and need some help...i have a java code called flight.java and another code called checkflights.ja va, the purpose of this is to readin a text that is called flights.txt and have the program print out results of flights that i search....HERE IS MY CODE.
Code:
public class Flight
{
private String orig,dest,day;
private int depart, arrive;
private double price;