Question

Question 7: Create a simple English-Korean dictionary using an object array. Class Word has eng representing English words and kor representing Korean words as fields. Create an object array of class

words and store several word pairs here. If an English word input by the user is in the array, a corresponding Korean word is output using this object array. Enter a word to search for. (Exit q)house house->house Enter a word to search for. (Exit q) dog It's a word that's not in the dictionary! Enter the word you want to search for. (Exit q)q