Solution:
- Find out the current wind conditions. Store it in a variable called ‘windSpeed’
- Input 12 knots as a variable called ‘maxWind’
- Compare ‘windSpeed’ to ‘maxWind’
- If ‘windSpeed’ is greater than ‘maxWind’ land in Smits Field
- if ‘windSpeed’ is less than ‘maxWind’ land in Courtenay.
mwilson
Yes, well done.