write a program named subscriptvalidation in which you declare an array of 10 integers (note: data type is int or long) which cannot accept negative values. write a try block in which you place a loop that prompts the user for a subscript value and inputs the element value stored in the corresponding array position.