Will you pls help me on how to solve the following: Given the following two arrays
english={"food","hello","phone","house","car"}
wambo={"oikulya","ongeipi","ongodi","eumbo","otuwa "}
So my question is how to create java program that will ask for a word in english and returns its equivalent in wambo or other languages if it exist in array english as it is shown above.