Visual Basic ARRAYS
I want to write a program to load this information into four arrays of range 1 to 5, fightnum(),orig(),Dest(),and depttime(),and ask the user to request a flight number. Have the computer find the flight number ,and display the information corresponding to that flight. Account for the case where the user request a nonexistent flight.
Flight# Origin Destination Dept time
117 Tucson Dallas 8:45a.m
239 LA Boston 10:15a.m.
298 Albny Reno 1:35p.m
326 Houston New York 2:40 p.m.
445 New York Tampa 4:20p.m.
I know that you can define them as string between 1-5array. Please hlp me set this up and gt started.
thanks!
Rogerlyn jackson
|