https://conteudo.movidesk.com/o-que-e-comunicacao-assertiva/
https://smartalk.com.br/blog/comunicacao-assertiva/
https://www.amazon.com.br/Persuasão-retórica-comunicação-persuasiva-profissional/dp/6586077508/
| public class DocumentUtil { | |
| // CPF | |
| private static final int[] WEIGHT_SSN = {11, 10, 9, 8, 7, 6, 5, 4, 3, 2}; | |
| // CNPJ | |
| private static final int[] WEIGHT_TFN = {6, 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2}; | |
| private static int sum(int[] weight, char[] numbers, int length) { | |
| if (length <= 0) return 0; |