public class Output { protected static void secondGen(String[][] arr,int N,int M){ String[][] arrSwap = new String[N][M]; int count=0; fo