Write a try block in which you prompt the user for an integer and display the name in the requested position in the names array. Create a catch block that catches the potential ArrayIndexOutOfBoundsException thrown when the user enters a number that is out of range. The catch block should also display the error message: Subscript out of range.