Arrange in descending order of byte size the following values:
'c', 94.245, true, 50
18 Likes
94.245, 50, 'c', true
Answered By
8 Likes
The default value of a boolean variable is:
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);: