1.Initialize a 9x9 array with numbers to represent the game of sudoku, where the numbers that are to be filled are represented with 0. 2.Define a variable called size with the value 9, this represents ...