The problem being solved
The task to be carried out is to translate books written in English language in to other languages. The solution will consist of java code with the class translate and the method with the same name such that a call or invocation to the method at one point of the program will be the same as calling the class itself. The parameters will include Text1, language1 and language2. Text1 will represent the string of characters in the form of a sentence or paragraph written in English. Language1 is the English language that identifies Text1 to be translated to a Continue reading...