diff --git a/Proyecto20200205/build/classes/Digito.class b/Proyecto20200205/build/classes/Digito.class index e4e92d5..d334e28 100644 Binary files a/Proyecto20200205/build/classes/Digito.class and b/Proyecto20200205/build/classes/Digito.class differ diff --git a/Proyecto20200205/build/classes/MensajeASCII.class b/Proyecto20200205/build/classes/MensajeASCII.class index ef8b2b3..aab5d63 100644 Binary files a/Proyecto20200205/build/classes/MensajeASCII.class and b/Proyecto20200205/build/classes/MensajeASCII.class differ diff --git a/Proyecto20200205/build/classes/NumeroBase.class b/Proyecto20200205/build/classes/NumeroBase.class index 1906d68..85f053b 100644 Binary files a/Proyecto20200205/build/classes/NumeroBase.class and b/Proyecto20200205/build/classes/NumeroBase.class differ diff --git a/Proyecto20200205/build/classes/NumeroDecimal.class b/Proyecto20200205/build/classes/NumeroDecimal.class index 93d3803..a1e9620 100644 Binary files a/Proyecto20200205/build/classes/NumeroDecimal.class and b/Proyecto20200205/build/classes/NumeroDecimal.class differ diff --git a/Proyecto20200205/build/classes/Procesador.class b/Proyecto20200205/build/classes/Procesador.class index e49f9d2..ef6c46f 100644 Binary files a/Proyecto20200205/build/classes/Procesador.class and b/Proyecto20200205/build/classes/Procesador.class differ diff --git a/Proyecto20200205/src/Digito.java b/Proyecto20200205/src/Digito.java index d343393..53f4b79 100644 --- a/Proyecto20200205/src/Digito.java +++ b/Proyecto20200205/src/Digito.java @@ -1,8 +1,3 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ /** * diff --git a/Proyecto20200205/src/MensajeASCII.java b/Proyecto20200205/src/MensajeASCII.java index b21b353..bd742e9 100644 --- a/Proyecto20200205/src/MensajeASCII.java +++ b/Proyecto20200205/src/MensajeASCII.java @@ -1,8 +1,3 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ /** * diff --git a/Proyecto20200205/src/NumeroBase.java b/Proyecto20200205/src/NumeroBase.java index ba6fc55..8d29cc2 100644 --- a/Proyecto20200205/src/NumeroBase.java +++ b/Proyecto20200205/src/NumeroBase.java @@ -1,8 +1,3 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ /** * diff --git a/Proyecto20200205/src/NumeroDecimal.java b/Proyecto20200205/src/NumeroDecimal.java index 2ead751..1b822e3 100644 --- a/Proyecto20200205/src/NumeroDecimal.java +++ b/Proyecto20200205/src/NumeroDecimal.java @@ -1,8 +1,4 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ + /** * diff --git a/Proyecto20200205/src/Procesador.java b/Proyecto20200205/src/Procesador.java index f77ca4b..580bdf3 100644 --- a/Proyecto20200205/src/Procesador.java +++ b/Proyecto20200205/src/Procesador.java @@ -1,11 +1,7 @@ import java.util.ArrayList; -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ + /** * diff --git a/Proyecto20200206/build/classes/proyecto20200206/Busqueda.class b/Proyecto20200206/build/classes/proyecto20200206/Busqueda.class index e8d1a92..4e8a504 100644 Binary files a/Proyecto20200206/build/classes/proyecto20200206/Busqueda.class and b/Proyecto20200206/build/classes/proyecto20200206/Busqueda.class differ diff --git a/Proyecto20200206/build/classes/proyecto20200206/Ecuacion.class b/Proyecto20200206/build/classes/proyecto20200206/Ecuacion.class index fe40749..c1f34b8 100644 Binary files a/Proyecto20200206/build/classes/proyecto20200206/Ecuacion.class and b/Proyecto20200206/build/classes/proyecto20200206/Ecuacion.class differ diff --git a/Proyecto20200206/build/classes/proyecto20200206/Ejercicio2.class b/Proyecto20200206/build/classes/proyecto20200206/Ejercicio2.class index b4ddf22..c62aee6 100644 Binary files a/Proyecto20200206/build/classes/proyecto20200206/Ejercicio2.class and b/Proyecto20200206/build/classes/proyecto20200206/Ejercicio2.class differ diff --git a/Proyecto20200206/build/classes/proyecto20200206/OperacionesMatematicas.class b/Proyecto20200206/build/classes/proyecto20200206/OperacionesMatematicas.class index 3063d43..7a4061b 100644 Binary files a/Proyecto20200206/build/classes/proyecto20200206/OperacionesMatematicas.class and b/Proyecto20200206/build/classes/proyecto20200206/OperacionesMatematicas.class differ diff --git a/Proyecto20200206/build/classes/proyecto20200206/Termino.class b/Proyecto20200206/build/classes/proyecto20200206/Termino.class index 67fdb75..4fb22d9 100644 Binary files a/Proyecto20200206/build/classes/proyecto20200206/Termino.class and b/Proyecto20200206/build/classes/proyecto20200206/Termino.class differ diff --git a/Proyecto20200206/build/classes/proyecto20200206/Valor.class b/Proyecto20200206/build/classes/proyecto20200206/Valor.class index 80f2704..d695901 100644 Binary files a/Proyecto20200206/build/classes/proyecto20200206/Valor.class and b/Proyecto20200206/build/classes/proyecto20200206/Valor.class differ diff --git a/Proyecto20200206/src/proyecto20200206/Busqueda.java b/Proyecto20200206/src/proyecto20200206/Busqueda.java index bbb3321..0c409c3 100644 --- a/Proyecto20200206/src/proyecto20200206/Busqueda.java +++ b/Proyecto20200206/src/proyecto20200206/Busqueda.java @@ -1,8 +1,4 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ + package proyecto20200206; /** diff --git a/Proyecto20200206/src/proyecto20200206/Ecuacion.java b/Proyecto20200206/src/proyecto20200206/Ecuacion.java index 010c5e4..763281c 100644 --- a/Proyecto20200206/src/proyecto20200206/Ecuacion.java +++ b/Proyecto20200206/src/proyecto20200206/Ecuacion.java @@ -1,8 +1,4 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ + package proyecto20200206; import java.util.ArrayList; diff --git a/Proyecto20200206/src/proyecto20200206/Ejercicio2.java b/Proyecto20200206/src/proyecto20200206/Ejercicio2.java index b6310a3..8fb9693 100644 --- a/Proyecto20200206/src/proyecto20200206/Ejercicio2.java +++ b/Proyecto20200206/src/proyecto20200206/Ejercicio2.java @@ -1,8 +1,4 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ + package proyecto20200206; import java.util.ArrayList; diff --git a/Proyecto20200206/src/proyecto20200206/OperacionesMatematicas.java b/Proyecto20200206/src/proyecto20200206/OperacionesMatematicas.java index b6e9816..0b585f8 100644 --- a/Proyecto20200206/src/proyecto20200206/OperacionesMatematicas.java +++ b/Proyecto20200206/src/proyecto20200206/OperacionesMatematicas.java @@ -1,8 +1,4 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ + package proyecto20200206; import java.util.ArrayList; diff --git a/Proyecto20200206/src/proyecto20200206/Termino.java b/Proyecto20200206/src/proyecto20200206/Termino.java index dde2e8e..84fd333 100644 --- a/Proyecto20200206/src/proyecto20200206/Termino.java +++ b/Proyecto20200206/src/proyecto20200206/Termino.java @@ -1,8 +1,4 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ + package proyecto20200206; /** diff --git a/Proyecto20200206/src/proyecto20200206/Valor.java b/Proyecto20200206/src/proyecto20200206/Valor.java index 27afa04..c6c0018 100644 --- a/Proyecto20200206/src/proyecto20200206/Valor.java +++ b/Proyecto20200206/src/proyecto20200206/Valor.java @@ -1,8 +1,4 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ + package proyecto20200206; /**