1. start
  2. Find out the landing time and store it in a variable called “estimated time.”
  3. Find out the available time of reservation for Atlas café and store it in a variable called “reservation time”.
  4. As of the solution 3 if the wind is less than 12 knots then add 20 minute to the estimated time and store it in a variable called “Courtenay land”.
  5. Add 45 minute to the estimated time if the wind is greater than 12 knots and store it in a variable called “Smith field land “.
  6. For the Courtenay land she need to book a taxi .
  7. For the Smith field time she need to book a loaner car.
  8. End.