// Given an array of size 9, with the values of 1-9,
determine if the array
// is valid or not.
// Display a message stating the row is VALId, or state
its INVALID and what
// was the index number that determined the data
invalid.
//
// Use this java code as a start of your code.
// Test the array data by changing the values.
//=============================================================================
import java.util.*;
public class Soduko_ValidateRow
{
public static void main(String...