StringBuffer desti = new StringBuffer(Num);
for (int j=0;j<ValorActual;j++)
{
destino.setCharAt(j,(j+1));
}
el error que me dice es: cannot find symbol, no entiendo..ayuda por favor y gracias
en teoria tendría que escribir esto por pantalla:
12345