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