travel.html algorithm: Promopt number of travelers get number of travelers prompt for number of nights submit number of travelers and nights to travel.php END travel.php algorithm: receive data from travel.html airlinetickets = travelers * 875 totalnights = nights * 110 triptotal = airlinetickets + totalnights display number of travelers, numbers of night airlinetickets, and tripotal END