I have a product of two numbers
double resultado = XN1 * XN;
but that result would like to add a 0.resultado, I do with this method
String convertirdecimal(String cad) {
String cad2 = "0." + cad;
return cad2;
}
When that happen...
asked by
22.05.2017 / 16:58