c. System.out.println((int)Character.to LowerCase(‘B’));
Answers
Answered by
1
Question:-
- Write the output of the following code.
Solution:-
Given code,
System.out.println((int)Character.toLowerCase(‘B’));
Here, 'B' is converted to lower case.
ASCII value of 'b' is 98.
Output:-
98
Similar questions
Social Sciences,
3 months ago
Social Sciences,
3 months ago
Math,
3 months ago
Math,
6 months ago
English,
11 months ago
English,
11 months ago