MCPcopy Create free account
hub / github.com/JerePrograma/FullStackEgg / setLetra

Method setLetra

Etapa2Servicio/Ejercicio2Extra/src/entidad/NIF.java:30–32  ·  view source on GitHub ↗
(char letra)

Source from the content-addressed store, hash-verified

28 }
29
30 public void setLetra(char letra) {
31 this.letra = letra;
32 }
33
34 private char calcularLetra(long dni) {
35 int resto = (int) (dni % 23);

Callers 1

crearNIFMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected