Write the full code for the following: Implement the following method (unrelated to the above code). Create a static met
Posted: Thu Jul 14, 2022 2:17 pm
Write the full code for the following: Implement the following method (unrelated to the above code). Create a static method called wordsToLetters. It will accept a String array called dictionary. It will return back a ragged two-dimensional array of type char. The method will convert the array of Strings in to a two-dimensional array of char elements, where each row is a different size due to the different word lengths in dictionary.