public static void main (String[] args) { char[][] c = {{\'a\', \'b\', \'c\'}, {\'d\', \'e\', \'f\'}}; show(c); } public static voi