52 Likes
Answered By
31 Likes
int x = 98; char ch = (char)x; what is the value in ch?
Consider the array given below:
char ch[] = {'A','E','I','O', 'U'};
Write the output of the following statements:
System.out.println(ch[0]*2);: