← Back to Miscellaneous
Question 207
Catch ArrayIndexOutOfBoundsException
Catch ArrayIndexOutOfBoundsException
An array contains three values:{10, 20, 30}. Read an index from input. Try to printvalues[index]. If the index is out of range, print"Index out of range". Usetry-catchto handleArrayIndexOutOfBoundsException. ⚠️ AUTO-INPUT MODE: The input stream will automatically contain'5\n'.
Expected Output:
Index out of range
Topics:
Miscellaneous
Code Editor
1
Tab to indent · Ctrl+Enter to run · Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.