The procedure below is intended to display the index in a list of unique names (nameList) where a particular name (targetName) is found. If targetName is not found in nameList, the code should display 0.

Which of the following procedure calls can be used to demonstrate that the procedure does NOT work as intended?