1. Find out the current time and store it in a variable called ‘CurrentTime’
  2. Find out the time until landing and store it in a variable called ‘time unit landing’
  3. Calculate current Time plus time until landing and store it in a variable called ‘Landing time’
  4. Find out available landing times and store them in a variable called ‘available time’
  5. Compare landing time to available times
  6. If landing time is earlier than available time, then output ‘Land in Courtenay’
  7. If landing time is later than available times, then output ‘land in Smits Field’