|
Hi jeneal
Please check the declaration of build2dArray(String[] otherArray). It is defined as public build2dArray(String[] otherArray) without any return types. It should be either public void build2dArray(String[] otherArray) or public String build2dArray(String[] otherArray). The latter should be correct choice.
Check it once again and compile it.
__________________
Thanks & Regards, G.Rajasekhar
|