Advertisements
Advertisements
Question
Find the output of the following program snippet:
char c = 'B';
inti = 4;
System.out.println(c + i);
System.out.println((int) c + i);
One Word/Term Answer
Solution
70
shaalaa.com
Is there an error in this question or solution?