Name: Equius Murray04.04ListsThis assignment has three parts.Part One: ProgrammingWrite a program to ask the user for their favorite item in a given category. Then provide feedback if theiritem is on your list. Use the following guidelines to write your program.1.Pick a category and make a list of your five favorite things. Suggested categories include yourfavorite: actors, books, cars, or something else of your choosing.2.Ask the user what their favorites are in your selected category.3.By creating a list, aloop, andifstatements, print a message that lets the user know if theirfavorites matches the ones on your list.4.Neatly print your entire list to the screen. Be sure to number each item.5.Write the pseudocode for this program. Be sure to include any needed input, calculations, andoutput.Insert your pseudocode here:
Get answer to your question and much more
Part Two:Code the programUse the following guidelines to code your program.