2. Solution:
*Find out and input the trip length form take off to landing, store as variable ‘TL’
*Find out and input when Mary is able to leave, store variable as ‘LT’
*Calculate LT and TL, store as variable ‘MT’
*Find out and input how long Marys Delay Time – ‘DT’
*Calculate ‘DT’ and ‘MT’, store as variable ‘DMT’
*Find out and input available landing times at Courtenay Airport, ‘AT’
*If ‘AT’ is earlier than ‘DMT’, move to next available time
*If ‘AT’ is later than ‘DMT’, go to Smitts Field and stop
September 23, 2020 at 1:16 pm
This one only has to do with wind speed. Input current wind speed. If it’s greater than 12 knots – land in Smit Field. If it’s less, land in Courtenay. Stop.