I am currently writing a code to do a Knight's Tour. I am trying to pass a double array (the board) into a method and I get an error that an is expected. I do not know how I am supposed to declare it(array doesn't work), or if that's wrong entirely. Here is the code I am currently stuck on.I am currently writing a code to do a Knight's