Java int to Double Example · public class IntToDoubleExample2{ · public static void main(String args[]){ · int i=100; · Double d= new Double(i);//first way · Double ...
確定! 回上一頁