Solution: (In English)
- Input out the landing time. Store in variable called landinglTime
- Input travel time to Restaurant from Courtenay Airsfield. Store in variable travelTime.
- Input travel time to Restaurant form Smit Field. Store in variable travelTime
- Calculate landingTime plus travelTime. Store in variable called bookTime.
- Find out the reservation times available at restaurant. Store in variable called reservTiime.
- Compare bookTime to each reservTime.
- If reservTime is equal to any bookTime make booking.
- If landed in Courtenay Airfield take taxi.
- If landed in Smit Airfield take loaner car.
Solution: Flowchart
mwilson
A little overcomplicated but it works.
Here’s my version: https://docs.google.com/document/d/1Mv4ZhDj3SjXL3M5hE1gY2XjY9Kb_1EUrU0-dg3abN14/edit?usp=sharing
libgirl67
Yes, I tend to overcomplicate things…