Exchange

Int (1) to Double (1.0) Calculation in Android Studio

 




int pWeight = Integer.parseInt(String.valueOf(weight));
wet += pWeight;
double toKg = (double) wet / 1000;



Post a Comment

0 Comments