- First, Calculate the current windspeed and store it in a variable called ‘windSpeed’ (input)
- Second, Input wind speed of 12 knots and store it in a variable called ‘maxSpeed’
- Third, Determine if ‘windSpeed’ is equal to or greater than max Speed
- Fourth, If the wind speed is below max speed, output Courtenay.
- Fifth, if the wind speed is equal to or greater than max speed output Smits Field
mwilson
Well done.