Hello everybody, I have simple practice assignment where I have to search an array for the string "Windy". If the array contains the "Windy" then the program will display the message "Windy found." Otherwise it will display "Windy not found."
I thought that using strcmp would get the job done but after whipping out a program I quickly realized that this function isn't right for the job. Can anyone lead me in the right direction here. I will leave my program below.