The table below shows performance data for 100 flights between
cities A - G for some airline, including: date, flight #, origin,
destination, # passengers flown (load), and tardiness (late, in
hours).
write a VBA code (N=10000) to simulate the following:
1. (I7): number of flights which were late for at least 0.75
hrs.
2. (I10) average load of flights originated from C with load
exceeding 250.
3. (I13): smallest tardiness of flights from B to E between
9/1/18 and...