×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: William Chalifoux
Added: Mar 16, 2021 1:06 AM
Views: 4782
Tags: no tags
  1. try {
  2.         System.out.println(ar[7]);
  3.            
  4.         } catch (ArrayIndexOutOfBoundsException e) {
  5.             System.out.println(e);
  6.         }