Please explain what, exactly, happens when the following sections of code are executed:
int a='15';
System.out.println(a);
this prints out 13;
int a='25';
System.out.println(a);
this prints out 21;
int a='100';
System.out.println(a);
this prints out 64.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…