Write a program that holds a list of user entered items and then outputs the name of each item when asked.
So if the user enters a list of car parts, the programm holds this list. Afterward, when the user types in the name of the part the programm outputs that name from the list.
Ex: user inputs: "Door, wheel, handle"
user then inputs: Door
program outputs: Door