What will the following code output? String message = Have a great day!; System.out.println(message.charAt(5));

Question:

What will the following code output? 

String message = "Have a great day!";
System.out.println(message.charAt(5));

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: