I have a String array [“reference”, “class”, “method”, “type”, “constructor”, “recursive”] and a String keyWord “structure” and i need to print the words from the array that starts with each character of the keyWord. I removed the duplicates from the keyWord i found with word from the array starts with the charcters from the keyWord […]