// rename this file studentcode.java public class studentcode extends mazedfs { public studentcode(int bh0, int mh0, int mw0) // don't change constructor { super(bh0,mh0,mw0); } public void digout(int y, int x) // modify this function { // solution int mw = mwidth, mh=mheight; M[y][x] = 1; // digout maze at coordinate y,x drawblock(y,x); // change graphical display to reflect space dug out // delay(40); // slows animation // order directions in terms of North, East, South, West int[] DX = {0,1,0,-1}; int[] DY = {-1,0,1,0}; // randomly scramble DX, DY: for(int i=0;i=0 && nx=0 && ny