Solution (in English)
- Start
- Input expected landing time “expectedLanding” and list of available landing times “availableTime”
- Compare “expectedLanding” to first item in “available Time”
- If found equal to (=) print, “Land in Courtenay”
- If not found, compare to next available untested landing time.
- If no more times left to compare to, print, “Land in Smits Field”

Leave a Reply