Program to Find the Longest Word Made of Other Words. You need to implement the function 'getRequiredWord' which takes the list of words as input and returns the longest word in the list made of any other words int the list. Input consist of a string that consist of the different words and the words are separated by the commas. You have to find out the largest word in these set of words which can be created by the words present inside the list.