I created a 2D array called school and inside the school is a lunch and a janitor. They both randomly move and if they land on top each other, the janitor has caught the lunch. For some reason the janitor consistently moves to the top left corner (the (1, 1) position. I can't figure out why. I put the code in pastebin because it is rather long, and I felt it was necessary to give the whole program.