- Start
- Find out (input) how strong the wind is blowing. Store it in a variable called âwindStrengthâ
- Find out when Mary and Louise are scheduled to land. Store it in a variable named âarrivalTimeâ
- Calculate windStrength at arrivalTime store as âoriginalLandingâ
- If Landing is less than 12 knots, âoriginalLandingâ will be in courtenay
- If originalLanding is greater than 12 knots, then reroute Mary and Louise to Smits Field airfield.
- stop

1c-3
Start
- Start
- Find out when Mary and Louise will likely land. Store it in a variable called âestimatedLandingâ
- Find out the available landing times. Store it in a variable called âavailableTimesâ
- Compare estimatedLanding to each availableTime
- If availableTime is earlier than 6pm, book the time as origianlLanding
- if availableTime is later than 6pm, reroute Mary and Louise to Smits Field airfield.
- Stop

1D-4
- Need to find out the results of Problem 3 and create a variable âActualLandingâ
- If answer was NO (Landing at Smits Field), store âYYSâ in variable âActualLandingâ
- If answer was YES (Landing at Courtenay), store âYYCâ in variable âActualLandingâ
- If value is âYYCâ, variable âtimeAddâ equals â20â & variable âRequiredCarâ should be âTaxiâ
- If value is âYYSâ, variable âtimeAddâ equals â45â & variable âRequiredCarâ Should be âAirfield Loaner Carâ
- Output (Add âtimeAddâ minutes for Atlas Reservation and call the âRequiredCarâ for pick-up.)

Leave a Reply