SyntaxFix
Write A Post
Hire A Developer
Questions
At this point:
for (String[] s : myEntries) { System.out.println("Next item: " + s); }
You need to join the array of Strings in a line. Check this post: A method to reverse effect of java String.split()?