I've written code that populates a multidimensional array of the correct length with sub-arrays filled with the correct number of nulls, but apparently that's not what's meant by "In the main(String[]) method, initialize and fill the two-dimensional array as outlined in the task conditions". Is this asking me to then create a multidimensional String array and display that?