Create a program that returs the first equal string from a string array The array size can be customizable or static The user should input all the elements of the array using any repitition structure The system then ask the user to provide the search term if an equal string from the array is found is should display the string and its index if theres nothing found you may or may not display a message
Java