1. Store the output of 3 in a variable called ‘landingLocation’
  2. If landingLocation is ‘Courtenay’, add 20 minutes to landingTime
  3. If landingLocation is ‘Courtenay, book a taxi
  4. If landingLocation is not ‘Courtenay’, add 45 minutes to landing time
  5. If landingLocation is not ‘Courtenay’, book the airfield loaner vechile
  6. Find out the open reservation at the Atlas Cafe and store in a variable called ‘reservationTimes’
  7. Compare landingTime to reservationTimes
  8. If landingTime is later than reservationTimes, move to the next number in reservationTimes
  9. If landingTime is earlier than reservationTimes, book that reservation time