+ 4
First, when you type "how what? ", the program will run twice because it detects two word or keywords in your array.
Remember that you used "foreach" so it means it will iterate each element of the array.
And here, It seems like the word "name" is the problem. Because in your array, you have "am" word and "am" in "name" will evaluate to True.



