static complementaZeroDireita(String pstring, int pqtdeZero) { return pstring = pstring.padRight(pqtdeZero, '0'); }