Problem 0202:
English Solution
- Find out if winds are greater than 12 knots, and store it in a variable called wind speed. (Input)
- If wind time variable is greater than 12 knots, land in Smits Field (Output)
- If wind time variable is less than 12 knots, land in Courtenay Airfield (Output)
Flowchart Solution
mwilson
Yes, this is correct.