I am trying to write a program that prompts the user for a word; called SEARCH. Then begin reading words from the user, counting them until SEARCH is entered. Display how many words were entered until the SEARCH word was found. I want to use a FOR loop to do this. Any tips.