|
The user will input 4 values - name of airline, flight number, city of origin and destination city. So I will have 4 arrays in all. I also want to try and have the array grow as data is added as the user should not be limited in the number of items they can add.
Thanks
|