Hi. Why doesn't my code work ?
package en.codegym.task.jdk13.task06.task0633;
/*
Cutting down the middle
*/
public class Solution {
public static char[][] chars = {
{'a', 'b', 'c', 'd', 'e', 'f'},
{'j', 'h', 'i', 'j', 'k', 'l'},
{'m', 'n', 'o', 'p', 'q', 'r'},
{'s', 't', 'u'