But the programmer can easily write conversion code: final int i = b?1:0; final double d = b?1.0:0.0; final boolean b = i>0?true:false; ...
確定! 回上一頁