rrarick5818 rrarick5818 26-04-2024 Computers and Technology Answered What is output? char[] emotion = {'h','a','p','p','y'}; System.out.print(emotion[4]); a) 4 b) y c) happy d) p