public class FileReaderUpdate { static String m [][] = new String [2][3]; static Scanner sc; public static void main (String [] argv) { openfile(); readfile(); out(); } } ......
How to fix " static String m [][] = new String [2][3];
" so that it is borderless, so that it calculates how many lines and how long the string is.