Solution (in English):
-Input max wind speed (12 Knots) and store it in a variable called maxWind.
-Input current wind speed and store it in a variable called currentWind.
-Calculate if currentWind is lesser than or equal to maxWind
-If currentWind is lesser than or equal to maxWind, land in Courtenay
-If currentWind is greater than maxWind, land at Smits Field
Leave a Reply