Unicode characters

Report a typo

What does the following code print?

char ch = '\u0031' + '\u0035';
System.out.println(ch);
Select one option from the list
___

Create a free account to access the full topic