Consider the following code. What will the value of ch be if displayed on the screen?
char ch = 65;
System.out.println(ch);Consider the following code. What will the value of ch be if displayed on the screen?
char ch = 65;
System.out.println(ch);Create a free account to access the full topic