Question: In Java! You will be writing a program to load a file containing a solved sudoku puzzle, and verifying it's correctness. The goals of this
In Java!


You will be writing a program to load a file containing a solved sudoku puzzle, and verifying it's correctness. The goals of this project are: - Read a file - Input data from a file into a 2-dimensional array - Test the data - Output the results public static boolean LoadFile (String filename, int[] [] data) This function will return true if the file is read properly. If the file is non-existent, empty, or does not contain the proper amount of data, the function should return false. 4) Write your main () function to do the following: - Prompt for the file name Enter the filename: - If there is an error reading the file, display the message and exit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
