0203

Solution:

  • Find out how much travel time is now remaining, store as a variable called ‘remainingTripTime’
  • Find out all remaining available landing times, store as a variable called ‘availableLandingTimes’
  • Compare ‘remainingTripTime’ to all ‘availableLandingTimes’
  • If ‘availableLandingTimes’ is greater than or equal to ‘remainingTripTime’, store answer as ‘landingCourtenay’
  • If ‘availableLandingTimes’ is less than ‘remainingTripTime’, store answer as ‘landingSmits’

← Previous Post

Next Post →

1 Comment

  1. mwilson

    English version is correct but flowchart is for problem 4.

Leave a Reply

Your email address will not be published. Required fields are marked *