John Jai wrote:The method printBoard() should print the output value rather than the object Board.
Actually, there's nothing particularly wrong with doing it that way...
@Edward: ...providing you implement a
toString() method for your Board.
I'm puzzled. Why did you comment out that loop? It looks more like what you want to do.
Winston