Java Reference
In-Depth Information
67.
cent = stok2.nextToken();
68.
int e=Integer.parseInt(euro);
69.
int c=Integer.parseInt(cent);
70.
71.
return (( double )e+( double )c/Math.pow(10,(( double )(cent.length()))));
72.
73. }
74. }
Search WWH ::




Custom Search