• Input landingLocation
  • If landingLocation is Courtenay airfield, store taxi to variable transportation and 20 minutes to variable commuteTime.
  • Otherwise, store loanerCar to variable transportation and 45 minutes to variable commuteTime.
  • Input current time and store to variable currentTime.
  • Add commuteTime to currentTime, store this value to variable reservationTime.
  • Output reservationTime and transportationMethod