what will be the output ? char arr [] = {‘a’,’e’,’i’,’o’,’u’}; System.out.print(arr[0]+arr[1]);
9798
ae
197
198