The GridWorldUtilities and JumpingCritter problem from the 2011 AP Computer Science Exam is typical of free response problems that test GridWorld: The AP Computer Science Case Study. The problem requires you to loop through each location in a bounded grid. The problem also requires you to extend the Critter class, determine which methods to override, ...