Question: how to write this if statement you can create a temp list then loop through the list using for loop if(temp.contains(passenger)==fals e) you can add
how to write this if statement you can create a temp list then loop through the list using for loop if(temp.contains(passenger)==fals e) you can add the passenger to the temp list so you read list items one-by-one if the item not exists in side temp list add the item to the temp list if the item already exists in the temp do not add it after the for loop end all unique items will be added to the temp list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
