Skip to main content
- Find out the current time and store it in a variable called ‘CurrentTime’
- Find out the time until landing and store it in a variable called ‘time unit landing’
- Calculate current Time plus time until landing and store it in a variable called ‘Landing time’
- Find out available landing times and store them in a variable called ‘available time’
- Compare landing time to available times
- If landing time is earlier than available time, then output ‘Land in Courtenay’
- If landing time is later than available times, then output ‘land in Smits Field’
Leave a Reply