Question: Could someone help me figure out why this method isn't working. For instance, its saying that it must return an object of type MapCell, from
Could someone help me figure out why this method isn't working. For instance, its saying that it must return an object of type MapCell, from my understanding it is.
//The parameter is the current cell public static Mapcell nextcell.(Mapcellent) { MapCell currentCell = cell; //Returns the best cell to continue the path //Copies cell, just for clarification try { for (int neighbour = 0; neighbour
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
