diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 3a9342b6..00000000
--- a/.gitignore
+++ /dev/null
@@ -1,41 +0,0 @@
-/JAVA/Leccion2/EjerciciosCiclos02/nbproject/private/
-/JAVA/Leccion2/EjerciciosCiclos02/build/
-/JAVA/Leccion3/leccionClasesObjetos/nbproject/private/
-/JAVA/Clase2/leccionClasesObjetos/nbproject/private/
-/JAVA/Clase3/EjercicioCiclos03/nbproject/private/
-/JAVA/Clase3/EjercicioCiclos03/build/
-/JAVA/Clase3/EjercicioCiclos04/nbproject/private/
-/JAVA/Clase3/EjercicioCiclos04/build/
-/JAVA/Clase3/EjercicioCiclos05/nbproject/private/
-/JAVA/Clase3/EjercicioCiclos05/build/
-/JAVA/Clase3/leccionClasesObjetos/build/
-/JAVA/Clase4/EjercicioCiclo06/nbproject/private/
-/JAVA/Clase4/EjercicioCiclo06/build/
-/JAVA/Clase4/Aritmetica/nbproject/private/
-/JAVA/Clase4/EjerciciosCiclos07/nbproject/private/
-/JAVA/Clase4/EjerciciosCiclos07/build/
-/JAVA/Clase4/Aritmetica/build/
-/JAVA/Clase4/EjercicioCiclos08/nbproject/private/
-/JAVA/Clase4/EjercicioCiclos08/build/
-/JAVA/Clase4/EjercicioCiclos09/nbproject/private/
-/JAVA/Clase4/EjercicioCiclos09/build/
-/JAVA/Clase5/EjercicioCiclos08/build/
-/JAVA/Clase5/EjercicioCiclos08/nbproject/private/
-/JAVA/Clase5/EjercicioCiclos09/build/
-/JAVA/Clase5/EjercicioCiclos09/nbproject/private/
-/JAVA/Clase4/ProyectoCaja/nbproject/private/
-/JAVA/New Folder/ProyectoCaja/nbproject/private/
-/JAVA/New Folder/ProyectoCaja/build/
-/JAVA/Clase6/HolaMundo/build/
-/JAVA/Clase6/HolaMundo/nbproject/private/
-/JAVA/Clase6/EjercicioCiclos10/nbproject/private/
-/JAVA/Clase6/EjercicioCiclos10/build/
-/JAVA/Clase7/EjercicioCiclos11/nbproject/private/
-/JAVA/Clase7/EjercicioCiclos11/build/
-/JAVA/Clase7/EjercicioCiclos12/nbproject/private/
-/JAVA/Clase7/EjercicioCiclos12/build/
-/JAVA/Clase7/Encapsulamiento/nbproject/private/
-/JAVA/Clase7/Encapsulamiento/build/
-/JAVA/Clase7/ContextoEstatico/nbproject/private/
-/JAVA/Clase8/ContextoEstatico/nbproject/private/
-/JAVA/Clase8/ContextoEstatico/build/
diff --git a/Angelo Vellar/.gitignore b/Angelo Vellar/.gitignore
deleted file mode 100644
index de954aa5..00000000
--- a/Angelo Vellar/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-/Java/Programación(ll)/Proyectos(POO)/SobrecargaMetodos/nbproject/private/
-/Java/Programación(ll)/Proyectos(POO)/SobrecargaMetodos/build/
-/Java/Programación(ll)/Proyectos(POO)/Paquetes/nbproject/private/
-/Java/Programación(ll)/Proyectos(POO)/Clase10/Paquetes/build/
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/src/test/TestUtlileria.java" "b/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/src/test/TestUtlileria.java"
deleted file mode 100644
index 53ea1727..00000000
--- "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/src/test/TestUtlileria.java"
+++ /dev/null
@@ -1,16 +0,0 @@
-
-package test;
-
-//import ar.com.codesystem.*;
-//import ar.com.codesystem.Utileria;
-import static ar.com.codesystem.Utileria.imprimir; //Solo aplica para metodos estáticos
-
-public class TestUtlileria {
-
- public static void main(String[] args) {
-
- //Utileria.imprimir("Saludos a todos los alumnos de la tecnicatura");
- imprimir("Terminamos en unos minutos");
- }
-
-}
diff --git a/Angelo Vellar/README.md b/Angelo Vellar/README.md
deleted file mode 100644
index f38d1c08..00000000
--- a/Angelo Vellar/README.md
+++ /dev/null
@@ -1,2 +0,0 @@
-# DevGroup_Segundo_Semestre
-El mejor grupo de la tecnicatura :)
diff --git a/Gabriel Gonzalez/Java/Clase2/CicloWhile/build/built-jar.properties b/Gabriel Gonzalez/Java/Clase2/CicloWhile/build/built-jar.properties
deleted file mode 100644
index c8da162a..00000000
--- a/Gabriel Gonzalez/Java/Clase2/CicloWhile/build/built-jar.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-#Tue, 05 Sep 2023 01:12:42 -0300
-
-
-C\:\\Users\\User\\Tecnicatura2S\\Java\\Leccion2\\CicloWhile=
diff --git a/Gabriel Gonzalez/Java/Clase2/CicloWhile/build/classes/CicloWhile/EjercicioWhile01.class b/Gabriel Gonzalez/Java/Clase2/CicloWhile/build/classes/CicloWhile/EjercicioWhile01.class
deleted file mode 100644
index 10f87106..00000000
Binary files a/Gabriel Gonzalez/Java/Clase2/CicloWhile/build/classes/CicloWhile/EjercicioWhile01.class and /dev/null differ
diff --git a/Gabriel Gonzalez/Java/Clase2/CicloWhile/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase2/CicloWhile/nbproject/genfiles.properties
deleted file mode 100644
index 9ed423fc..00000000
--- a/Gabriel Gonzalez/Java/Clase2/CicloWhile/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=0d2ac486
-build.xml.script.CRC32=0ab073dc
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=0d2ac486
-nbproject/build-impl.xml.script.CRC32=838beb1f
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase2/CicloWhile/nbproject/private/private.properties b/Gabriel Gonzalez/Java/Clase2/CicloWhile/nbproject/private/private.properties
deleted file mode 100644
index b5fa6af8..00000000
--- a/Gabriel Gonzalez/Java/Clase2/CicloWhile/nbproject/private/private.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-compile.on.save=true
-user.properties.file=C:\\Users\\User\\AppData\\Roaming\\NetBeans\\12.1\\build.properties
diff --git a/Gabriel Gonzalez/Java/Clase2/CicloWhile/src/CicloWhile/EjercicioWhile01.java b/Gabriel Gonzalez/Java/Clase2/CicloWhile/src/CicloWhile/EjercicioWhile01.java
deleted file mode 100644
index 56456c54..00000000
--- a/Gabriel Gonzalez/Java/Clase2/CicloWhile/src/CicloWhile/EjercicioWhile01.java
+++ /dev/null
@@ -1,33 +0,0 @@
-package CicloWhile;
-
-public class EjercicioWhile01 {
-
- public static void main(String[] args) {
- var conteo = 0;
- while (conteo < 3) {
- System.out.println("conteo = " + conteo);
- conteo++; //Vamos aumentado en uno la variable
- }
-
- var contador = 0;
- do {
- System.out.println("contador = " + contador);
- contador++;
- } while (contador <= 7);
-
- //Uso de las palabras break y continue junto a las etiquetas (labels)
- for (var contando = 0; contando < 7; contando++) {
- if (contando % 2 == 0) {
- System.out.println("contando = " + contando);
- }
- break;
- }
- inicio:
- for (var contando = 0; contando < 7; contando++) {
- if (contando % 2 != 0) {
- continue inicio;//Vamos a la siguiente iteracion
- }
- System.out.println("contando = " + contando);
- }
- }
-}
diff --git a/Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/build.xml b/Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/build.xml
deleted file mode 100644
index 0e5e7c0b..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project EjeciciosCiclos05.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/nbproject/genfiles.properties
deleted file mode 100644
index 8c44f819..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=5bcca2a6
-build.xml.script.CRC32=857ad012
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=5bcca2a6
-nbproject/build-impl.xml.script.CRC32=df7bb381
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/nbproject/project.xml b/Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/nbproject/project.xml
deleted file mode 100644
index 3a10d9ff..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- EjeciciosCiclos05
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/src/Ciclos05/Ciclos05.java b/Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/src/Ciclos05/Ciclos05.java
deleted file mode 100644
index 6ba0b3d7..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/src/Ciclos05/Ciclos05.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
-Ejercicio 5: Realizar un juego para adivinar un numero, para ello generar un
-numero aleatorio entre 0-100,y luego ir pidiendo numeros indicando "es mayor" o
-"es menor" segun sea mayor o menor con respecto a N
-El proceso termina cuando el usuario acierta y mostramos el numero de intentos
-hechos.
- */
-package Ciclos05;
-
-import java.util.Scanner;
-
-
-
-public class Ciclos05 {
- public static void main(String[] args) {
- Scanner entrada = new Scanner(System.in);
- int numero,aleatorio, contador =0 ;
- aleatorio = (int)(Math.random()*100);
- do{
- System.out.println("Digite un numero:");
- numero = Integer.parseInt(entrada.nextLine());
- if(numero < aleatorio){
- System.out.println("Digite un numero mayor");
- }
- else if(numero > aleatorio){
- System.out.println("Digite un numero menor");
- }
- else{
- System.out.println("¡¡Felicidades has acertado el numero!!");
- }
- contador++;
-
- }while(numero !=aleatorio);
- System.out.println("Adivinaste el numero en: "+ contador + " intentos");
- }
-
-
-}
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/src/Ciclos05/Ejercicio05.java b/Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/src/Ciclos05/Ejercicio05.java
deleted file mode 100644
index a3e5aca0..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/src/Ciclos05/Ejercicio05.java
+++ /dev/null
@@ -1,28 +0,0 @@
-
-package Ciclos05;
-
-import javax.swing.JOptionPane;
-
-
-public class Ejercicio05 {
- public static void main(String[] args) {
-
- int numero,aleatorio, contador =0 ;
- aleatorio = (int)(Math.random()*100);
- do{
- numero = Integer.parseInt(JOptionPane.showInputDialog("Digite un numero:"));
- if(numero < aleatorio){
- JOptionPane.showMessageDialog(null, "Digite un numero mayor");
- }
- else if(numero > aleatorio){
- JOptionPane.showMessageDialog(null, "Digite un numero menor");
- }
- else{
- JOptionPane.showMessageDialog(null, "¡¡Felicidades has acertado el numero!!");
- }
- contador++;
-
- }while(numero !=aleatorio);
- JOptionPane.showMessageDialog(null, "Adivinaste el numero en: "+ contador + " intentos");
- }
-}
diff --git a/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/build.xml b/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/build.xml
deleted file mode 100644
index 8f79a6fd..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project EjercicioCiclos02.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/nbproject/build-impl.xml b/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/nbproject/build-impl.xml
deleted file mode 100644
index 9e133b46..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/nbproject/build-impl.xml
+++ /dev/null
@@ -1,1770 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set src.dir
- Must set test.src.dir
- Must set build.dir
- Must set dist.dir
- Must set build.classes.dir
- Must set dist.javadoc.dir
- Must set build.test.classes.dir
- Must set build.test.results.dir
- Must set build.classes.excludes
- Must set dist.jar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No tests executed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set JVM to use for profiling in profiler.info.jvm
- Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- To run this application from the command line without Ant, try:
-
- java -jar "${dist.jar.resolved}"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must set fix.includes
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set profile.class
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Some tests failed; see details above.
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
- Some tests failed; see details above.
-
-
-
- Must select some files in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
- Some tests failed; see details above.
-
-
-
-
- Must select one file in the IDE or set test.class
-
-
-
- Must select one file in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/nbproject/genfiles.properties
deleted file mode 100644
index 698eb24f..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=6d21e6f4
-build.xml.script.CRC32=c15d9fcb
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=6d21e6f4
-nbproject/build-impl.xml.script.CRC32=18b780f2
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/nbproject/project.xml b/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/nbproject/project.xml
deleted file mode 100644
index 5ed4978c..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- EjercicioCiclos02
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/src/Ciclos02/Ciclos02.java b/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/src/Ciclos02/Ciclos02.java
deleted file mode 100644
index c2611df3..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/src/Ciclos02/Ciclos02.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-Ejercicio 2: Leer un numero e indicar si es positivo o negativo. El proceso se
-repetira hasta que se introduzca un 0
- */
-package Ciclos02;
-
-import javax.swing.JOptionPane;
-
-public class Ciclos02 {
-
- public static void main(String[] args) {
- int numero;
- numero = Integer.parseInt(JOptionPane.showInputDialog("Digite un numero: "));
- while (numero != 0) {
- if (numero > 0) {
- JOptionPane.showMessageDialog(null, "El numero "+ numero + " es POSITIVO");
- }
- else {
- JOptionPane.showMessageDialog(null, " El numero "+ numero + " es NEGATIVO");
- }
- numero = Integer.parseInt(JOptionPane.showInputDialog("Digite otro numero: "));
-
-
- }
- JOptionPane.showMessageDialog(null, " El numero " + numero+ " Finaliza el programa");
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/src/Ciclos02/Ejercicio02.java b/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/src/Ciclos02/Ejercicio02.java
deleted file mode 100644
index 2d7669b6..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/src/Ciclos02/Ejercicio02.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
-Ejercicio 2: Leer un numero e indicar si es positivo o negativo. El proceso se
-repetira hasta que se introduzca un 0
- */
-package Ciclos02;
-
-import java.util.Scanner;
-
-public class Ejercicio02 {
-
- public static void main(String[] args) {
- Scanner entrada = new Scanner(System.in);
- System.out.println("Digite un numero: ");
- var numero = Integer.parseInt(entrada.nextLine());
-
- while (numero != 0) {
- if (numero > 0) {
- System.out.println("El numero " + numero + " es Positivo");
- }
- else {
- System.out.println("El numero " + numero + " es Negativo");
- }
- System.out.println("Digite otro numero:");
- numero = Integer.parseInt(entrada.nextLine());
-
- }
- System.out.println("El numero "+ numero + " finaliza el programa");
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/build.xml b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/build.xml
deleted file mode 100644
index 9df77aa3..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project EjerciciosCiclos03.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/nbproject/build-impl.xml b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/nbproject/build-impl.xml
deleted file mode 100644
index a1adda9f..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/nbproject/build-impl.xml
+++ /dev/null
@@ -1,1770 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set src.dir
- Must set test.src.dir
- Must set build.dir
- Must set dist.dir
- Must set build.classes.dir
- Must set dist.javadoc.dir
- Must set build.test.classes.dir
- Must set build.test.results.dir
- Must set build.classes.excludes
- Must set dist.jar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No tests executed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set JVM to use for profiling in profiler.info.jvm
- Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- To run this application from the command line without Ant, try:
-
- java -jar "${dist.jar.resolved}"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must set fix.includes
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set profile.class
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Some tests failed; see details above.
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
- Some tests failed; see details above.
-
-
-
- Must select some files in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
- Some tests failed; see details above.
-
-
-
-
- Must select one file in the IDE or set test.class
-
-
-
- Must select one file in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/nbproject/genfiles.properties
deleted file mode 100644
index 68a9d703..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=a5943bce
-build.xml.script.CRC32=00911546
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=a5943bce
-nbproject/build-impl.xml.script.CRC32=06871926
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/nbproject/project.xml b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/nbproject/project.xml
deleted file mode 100644
index dfac52fd..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- EjerciciosCiclos03
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/src/Ciclos03/Ciclos03.java b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/src/Ciclos03/Ciclos03.java
deleted file mode 100644
index 6a283a40..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/src/Ciclos03/Ciclos03.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
-Ejercicio 3: Leer numeros hasta que se introduzca un cero para cada uno.
-Indicar si es par o impar. Primero lo haremos con la clase Scanner, luego
-con la clase JOptionpane
- */
-package Ciclos03;
-
-import java.util.Scanner;
-
-public class Ciclos03 {
-
- public static void main(String[] args) {
- Scanner entrada = new Scanner(System.in);
- int numero;
- System.out.println("Digite un numero:");
- numero = Integer.parseInt(entrada.nextLine());
- while (numero != 0) {
- if (numero % 2 == 0) {
- System.out.println("El numero ingresado " + numero + " es par");
- } else {
- System.out.println("El numero ingresado " + numero + " es impar");
-
- }
- System.out.println("Digite otro numero: ");
- numero = Integer.parseInt(entrada.nextLine());
- }
- System.out.println("El numero ingresado "+ numero+ " finaliza el programa");
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/src/Ciclos03/Ejercicio03.java b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/src/Ciclos03/Ejercicio03.java
deleted file mode 100644
index 57805fbc..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/src/Ciclos03/Ejercicio03.java
+++ /dev/null
@@ -1,22 +0,0 @@
-
-package Ciclos03;
-
-import javax.swing.JOptionPane;
-
- class Ejercicio03 {
- public static void main(String[] args) {
- int numero;
- numero = Integer.parseInt(JOptionPane.showInputDialog("Digite un numero:"));
- while (numero != 0) {
- if (numero % 2 == 0) {
- JOptionPane.showMessageDialog(null, "El numero " + numero + " ingresado es PAR");
- }
- else {
- JOptionPane.showMessageDialog(null, "El numero " + numero + " ingresado es IMPAR");
-
- }
- numero = Integer.parseInt(JOptionPane.showInputDialog("Digite otro numero:"));
- }
- JOptionPane.showMessageDialog(null, "El numero " + numero + " finaliza el programa");
- }
-}
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/build.xml b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/build.xml
deleted file mode 100644
index cfac27f7..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project EjerciciosCiclos04.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/nbproject/build-impl.xml b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/nbproject/build-impl.xml
deleted file mode 100644
index 2c45006e..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/nbproject/build-impl.xml
+++ /dev/null
@@ -1,1770 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set src.dir
- Must set test.src.dir
- Must set build.dir
- Must set dist.dir
- Must set build.classes.dir
- Must set dist.javadoc.dir
- Must set build.test.classes.dir
- Must set build.test.results.dir
- Must set build.classes.excludes
- Must set dist.jar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No tests executed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set JVM to use for profiling in profiler.info.jvm
- Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- To run this application from the command line without Ant, try:
-
- java -jar "${dist.jar.resolved}"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must set fix.includes
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set profile.class
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Some tests failed; see details above.
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
- Some tests failed; see details above.
-
-
-
- Must select some files in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
- Some tests failed; see details above.
-
-
-
-
- Must select one file in the IDE or set test.class
-
-
-
- Must select one file in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/nbproject/genfiles.properties
deleted file mode 100644
index 7ab54b55..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=9dee9f3c
-build.xml.script.CRC32=f6afb466
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=9dee9f3c
-nbproject/build-impl.xml.script.CRC32=c74b9d37
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/nbproject/project.properties b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/nbproject/project.properties
deleted file mode 100644
index 0b754777..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/nbproject/project.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-annotation.processing.enabled=true
-annotation.processing.enabled.in.editor=false
-annotation.processing.processor.options=
-annotation.processing.processors.list=
-annotation.processing.run.all.processors=true
-annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-build.classes.dir=${build.dir}/classes
-build.classes.excludes=**/*.java,**/*.form
-# This directory is removed when the project is cleaned:
-build.dir=build
-build.generated.dir=${build.dir}/generated
-build.generated.sources.dir=${build.dir}/generated-sources
-# Only compile against the classpath explicitly listed here:
-build.sysclasspath=ignore
-build.test.classes.dir=${build.dir}/test/classes
-build.test.results.dir=${build.dir}/test/results
-# Uncomment to specify the preferred debugger connection transport:
-#debug.transport=dt_socket
-debug.classpath=\
- ${run.classpath}
-debug.modulepath=\
- ${run.modulepath}
-debug.test.classpath=\
- ${run.test.classpath}
-debug.test.modulepath=\
- ${run.test.modulepath}
-# Files in build.classes.dir which should be excluded from distribution jar
-dist.archive.excludes=
-# This directory is removed when the project is cleaned:
-dist.dir=dist
-dist.jar=${dist.dir}/EjerciciosCiclos04.jar
-dist.javadoc.dir=${dist.dir}/javadoc
-dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/EjerciciosCiclos04
-excludes=
-includes=**
-jar.compress=false
-javac.classpath=
-# Space-separated list of extra javac options
-javac.compilerargs=
-javac.deprecation=false
-javac.external.vm=true
-javac.modulepath=
-javac.processormodulepath=
-javac.processorpath=\
- ${javac.classpath}
-javac.source=15
-javac.target=15
-javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-javac.test.modulepath=\
- ${javac.modulepath}
-javac.test.processorpath=\
- ${javac.test.classpath}
-javadoc.additionalparam=
-javadoc.author=false
-javadoc.encoding=${source.encoding}
-javadoc.html5=false
-javadoc.noindex=false
-javadoc.nonavbar=false
-javadoc.notree=false
-javadoc.private=false
-javadoc.splitindex=true
-javadoc.use=true
-javadoc.version=false
-javadoc.windowtitle=
-# The jlink additional root modules to resolve
-jlink.additionalmodules=
-# The jlink additional command line parameters
-jlink.additionalparam=
-jlink.launcher=true
-jlink.launcher.name=EjerciciosCiclos04
-main.class=
-manifest.file=manifest.mf
-meta.inf.dir=${src.dir}/META-INF
-mkdist.disabled=false
-platform.active=default_platform
-run.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-# Space-separated list of JVM arguments used when running the project.
-# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
-# To set system properties for unit tests define test-sys-prop.name=value:
-run.jvmargs=
-run.modulepath=\
- ${javac.modulepath}
-run.test.classpath=\
- ${javac.test.classpath}:\
- ${build.test.classes.dir}
-run.test.modulepath=\
- ${javac.test.modulepath}
-source.encoding=UTF-8
-src.dir=src
-test.src.dir=test
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/nbproject/project.xml b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/nbproject/project.xml
deleted file mode 100644
index 2bf7d11d..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- EjerciciosCiclos04
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/src/Ciclos04/Ciclos04.java b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/src/Ciclos04/Ciclos04.java
deleted file mode 100644
index 4386a4f1..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/src/Ciclos04/Ciclos04.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
-Ejercicio 4: Pedir numeros hasta que se teclee uno negativo, y mostrar cuantos
-numeros se han introducido.
- */
-package Ciclos04;
-
-import java.util.Scanner;
-
-public class Ciclos04 {
-
- public static void main(String[] args) {
- Scanner entrada = new Scanner(System.in);
- int numero;
- int contador = 0;
- System.out.println("Digite un numero: ");
- numero = Integer.parseInt(entrada.nextLine());
- while (numero > 0) {
- System.out.println("El numero " + numero + " es POSITIVO");
- contador++;
- System.out.println("Digite otro numero:");
- numero = Integer.parseInt(entrada.nextLine());
-
- }
- System.out.println("A ingresado " + contador + " numeros que no son negativos");
- }
-}
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/src/Ciclos04/Ejercicio04.java b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/src/Ciclos04/Ejercicio04.java
deleted file mode 100644
index 9fdb5481..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos04/src/Ciclos04/Ejercicio04.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
-Ejercicio 4: Pedir numeros hasta que se teclee uno negativo, y mostrar cuantos
-numeros se han introducido.
- */
-package Ciclos04;
-
-import javax.swing.JOptionPane;
-
-
-public class Ejercicio04 {
- public static void main(String[] args) {
- int numero;
- int contador = 0;
- numero = Integer.parseInt(JOptionPane.showInputDialog("Digite un numero:"));
-
- while (numero > 0) {
- JOptionPane.showMessageDialog(null, "El numero" + numero+ " es positivo");
- contador++;
- numero = Integer.parseInt(JOptionPane.showInputDialog("Digite otro numero:"));
-
- }
- JOptionPane.showMessageDialog(null, "A ingresado " + contador + " numeros que no son negativos");
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/build.xml b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/build.xml
deleted file mode 100644
index b6250b73..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project EjerciciosCiclos06.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/manifest.mf b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/manifest.mf
deleted file mode 100644
index 328e8e5b..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/nbproject/build-impl.xml b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/nbproject/build-impl.xml
deleted file mode 100644
index 029910a6..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/nbproject/build-impl.xml
+++ /dev/null
@@ -1,1770 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set src.dir
- Must set test.src.dir
- Must set build.dir
- Must set dist.dir
- Must set build.classes.dir
- Must set dist.javadoc.dir
- Must set build.test.classes.dir
- Must set build.test.results.dir
- Must set build.classes.excludes
- Must set dist.jar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No tests executed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set JVM to use for profiling in profiler.info.jvm
- Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- To run this application from the command line without Ant, try:
-
- java -jar "${dist.jar.resolved}"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must set fix.includes
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set profile.class
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Some tests failed; see details above.
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
- Some tests failed; see details above.
-
-
-
- Must select some files in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
- Some tests failed; see details above.
-
-
-
-
- Must select one file in the IDE or set test.class
-
-
-
- Must select one file in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/nbproject/genfiles.properties
deleted file mode 100644
index adb14308..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=8dc98770
-build.xml.script.CRC32=76e01a8b
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=8dc98770
-nbproject/build-impl.xml.script.CRC32=9ca3f3e1
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/nbproject/project.properties b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/nbproject/project.properties
deleted file mode 100644
index 39c4e886..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/nbproject/project.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-annotation.processing.enabled=true
-annotation.processing.enabled.in.editor=false
-annotation.processing.processor.options=
-annotation.processing.processors.list=
-annotation.processing.run.all.processors=true
-annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-build.classes.dir=${build.dir}/classes
-build.classes.excludes=**/*.java,**/*.form
-# This directory is removed when the project is cleaned:
-build.dir=build
-build.generated.dir=${build.dir}/generated
-build.generated.sources.dir=${build.dir}/generated-sources
-# Only compile against the classpath explicitly listed here:
-build.sysclasspath=ignore
-build.test.classes.dir=${build.dir}/test/classes
-build.test.results.dir=${build.dir}/test/results
-# Uncomment to specify the preferred debugger connection transport:
-#debug.transport=dt_socket
-debug.classpath=\
- ${run.classpath}
-debug.modulepath=\
- ${run.modulepath}
-debug.test.classpath=\
- ${run.test.classpath}
-debug.test.modulepath=\
- ${run.test.modulepath}
-# Files in build.classes.dir which should be excluded from distribution jar
-dist.archive.excludes=
-# This directory is removed when the project is cleaned:
-dist.dir=dist
-dist.jar=${dist.dir}/EjerciciosCiclos06.jar
-dist.javadoc.dir=${dist.dir}/javadoc
-dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/EjerciciosCiclos06
-excludes=
-includes=**
-jar.compress=false
-javac.classpath=
-# Space-separated list of extra javac options
-javac.compilerargs=
-javac.deprecation=false
-javac.external.vm=true
-javac.modulepath=
-javac.processormodulepath=
-javac.processorpath=\
- ${javac.classpath}
-javac.source=15
-javac.target=15
-javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-javac.test.modulepath=\
- ${javac.modulepath}
-javac.test.processorpath=\
- ${javac.test.classpath}
-javadoc.additionalparam=
-javadoc.author=false
-javadoc.encoding=${source.encoding}
-javadoc.html5=false
-javadoc.noindex=false
-javadoc.nonavbar=false
-javadoc.notree=false
-javadoc.private=false
-javadoc.splitindex=true
-javadoc.use=true
-javadoc.version=false
-javadoc.windowtitle=
-# The jlink additional root modules to resolve
-jlink.additionalmodules=
-# The jlink additional command line parameters
-jlink.additionalparam=
-jlink.launcher=true
-jlink.launcher.name=EjerciciosCiclos06
-main.class=
-manifest.file=manifest.mf
-meta.inf.dir=${src.dir}/META-INF
-mkdist.disabled=false
-platform.active=default_platform
-run.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-# Space-separated list of JVM arguments used when running the project.
-# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
-# To set system properties for unit tests define test-sys-prop.name=value:
-run.jvmargs=
-run.modulepath=\
- ${javac.modulepath}
-run.test.classpath=\
- ${javac.test.classpath}:\
- ${build.test.classes.dir}
-run.test.modulepath=\
- ${javac.test.modulepath}
-source.encoding=UTF-8
-src.dir=src
-test.src.dir=test
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/nbproject/project.xml b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/nbproject/project.xml
deleted file mode 100644
index c87b3ddf..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- EjerciciosCiclos06
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/src/Ciclos06/Ciclos06.java b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/src/Ciclos06/Ciclos06.java
deleted file mode 100644
index 76906b27..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/src/Ciclos06/Ciclos06.java
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
-Ejercicio 6: Pedir numeros hasta que se teclee un 0,
-mostrar la suma de todos los numeros introducidos.
-*/
-package Ciclos06;
-
-import java.util.Scanner;
-
-public class Ciclos06 {
- public static void main(String[] args) {
- Scanner entrada = new Scanner(System.in);
- int numero;
- int suma = 0;
- do{
- System.out.println("Digite un numero:");
- numero = Integer.parseInt(entrada.nextLine());
- suma += numero;
- }while(numero !=0);
- System.out.println("La suma de todos los numeros ingresados es: " + suma);
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/src/Ciclos06/Ejercicio06.java b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/src/Ciclos06/Ejercicio06.java
deleted file mode 100644
index fe0bcf77..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos06/src/Ciclos06/Ejercicio06.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
-Ejercicio 6: Pedir numeros hasta que se teclee un 0,
-mostrar la suma de todos los numeros introducidos.
-*/
-package Ciclos06;
-
-import javax.swing.JOptionPane;
-
-public class Ejercicio06 {
- public static void main(String[] args) {
-
- int numero;
- int suma = 0;
- do{
- numero = Integer.parseInt(JOptionPane.showInputDialog("Digite un numero:"));
- suma += numero;
- }while(numero !=0);
- JOptionPane.showMessageDialog(null, "La suma de los numeros ingresados es: " + suma);
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/build.xml b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/build.xml
deleted file mode 100644
index faec4912..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project EjerciciosCiclos07.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/manifest.mf b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/manifest.mf
deleted file mode 100644
index 328e8e5b..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/nbproject/build-impl.xml b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/nbproject/build-impl.xml
deleted file mode 100644
index cfef785b..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/nbproject/build-impl.xml
+++ /dev/null
@@ -1,1770 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set src.dir
- Must set test.src.dir
- Must set build.dir
- Must set dist.dir
- Must set build.classes.dir
- Must set dist.javadoc.dir
- Must set build.test.classes.dir
- Must set build.test.results.dir
- Must set build.classes.excludes
- Must set dist.jar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No tests executed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set JVM to use for profiling in profiler.info.jvm
- Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- To run this application from the command line without Ant, try:
-
- java -jar "${dist.jar.resolved}"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must set fix.includes
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set profile.class
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Some tests failed; see details above.
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
- Some tests failed; see details above.
-
-
-
- Must select some files in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
- Some tests failed; see details above.
-
-
-
-
- Must select one file in the IDE or set test.class
-
-
-
- Must select one file in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/nbproject/genfiles.properties
deleted file mode 100644
index 41621c46..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=85da0b56
-build.xml.script.CRC32=db7f4edd
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=85da0b56
-nbproject/build-impl.xml.script.CRC32=b157c48a
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/nbproject/project.properties b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/nbproject/project.properties
deleted file mode 100644
index e2bd4d8a..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/nbproject/project.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-annotation.processing.enabled=true
-annotation.processing.enabled.in.editor=false
-annotation.processing.processor.options=
-annotation.processing.processors.list=
-annotation.processing.run.all.processors=true
-annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-build.classes.dir=${build.dir}/classes
-build.classes.excludes=**/*.java,**/*.form
-# This directory is removed when the project is cleaned:
-build.dir=build
-build.generated.dir=${build.dir}/generated
-build.generated.sources.dir=${build.dir}/generated-sources
-# Only compile against the classpath explicitly listed here:
-build.sysclasspath=ignore
-build.test.classes.dir=${build.dir}/test/classes
-build.test.results.dir=${build.dir}/test/results
-# Uncomment to specify the preferred debugger connection transport:
-#debug.transport=dt_socket
-debug.classpath=\
- ${run.classpath}
-debug.modulepath=\
- ${run.modulepath}
-debug.test.classpath=\
- ${run.test.classpath}
-debug.test.modulepath=\
- ${run.test.modulepath}
-# Files in build.classes.dir which should be excluded from distribution jar
-dist.archive.excludes=
-# This directory is removed when the project is cleaned:
-dist.dir=dist
-dist.jar=${dist.dir}/EjerciciosCiclos07.jar
-dist.javadoc.dir=${dist.dir}/javadoc
-dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/EjerciciosCiclos07
-excludes=
-includes=**
-jar.compress=false
-javac.classpath=
-# Space-separated list of extra javac options
-javac.compilerargs=
-javac.deprecation=false
-javac.external.vm=true
-javac.modulepath=
-javac.processormodulepath=
-javac.processorpath=\
- ${javac.classpath}
-javac.source=15
-javac.target=15
-javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-javac.test.modulepath=\
- ${javac.modulepath}
-javac.test.processorpath=\
- ${javac.test.classpath}
-javadoc.additionalparam=
-javadoc.author=false
-javadoc.encoding=${source.encoding}
-javadoc.html5=false
-javadoc.noindex=false
-javadoc.nonavbar=false
-javadoc.notree=false
-javadoc.private=false
-javadoc.splitindex=true
-javadoc.use=true
-javadoc.version=false
-javadoc.windowtitle=
-# The jlink additional root modules to resolve
-jlink.additionalmodules=
-# The jlink additional command line parameters
-jlink.additionalparam=
-jlink.launcher=true
-jlink.launcher.name=EjerciciosCiclos07
-main.class=
-manifest.file=manifest.mf
-meta.inf.dir=${src.dir}/META-INF
-mkdist.disabled=false
-platform.active=default_platform
-run.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-# Space-separated list of JVM arguments used when running the project.
-# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
-# To set system properties for unit tests define test-sys-prop.name=value:
-run.jvmargs=
-run.modulepath=\
- ${javac.modulepath}
-run.test.classpath=\
- ${javac.test.classpath}:\
- ${build.test.classes.dir}
-run.test.modulepath=\
- ${javac.test.modulepath}
-source.encoding=UTF-8
-src.dir=src
-test.src.dir=test
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/nbproject/project.xml b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/nbproject/project.xml
deleted file mode 100644
index 4a293f1b..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- EjerciciosCiclos07
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/src/Ciclos07/Ciclos07.java b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/src/Ciclos07/Ciclos07.java
deleted file mode 100644
index 5cd2f4d3..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/src/Ciclos07/Ciclos07.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
-Ejercicio 7: Pedir numeros hasta que se introduzca uno negativo y calcular el promedio.
- */
-package Ciclos07;
-
-import java.util.Scanner;
-
-public class Ciclos07 {
-
- public static void main(String[] args) {
- Scanner entrada = new Scanner(System.in);
- int numero;
- int conteo = 0;
- int suma = 0;
- float promedio = 0;
- System.out.println("Digite un numero: ");
- numero = Integer.parseInt(entrada.nextLine());
- while (numero >= 0) { //Mientras el numero no sea negativo
- suma += numero;
- conteo++;
- System.out.println("Digite otro numero: ");
- numero = Integer.parseInt(entrada.nextLine());
-
- }
- if (conteo == 0) {
- System.out.println("Error, la division entre 0 no existe");
- } else {
- promedio = (float) suma / conteo;
- }
- System.out.println("El promedio es: " + promedio);
- }
-}
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/src/Ciclos07/Ejercicio07.java b/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/src/Ciclos07/Ejercicio07.java
deleted file mode 100644
index 44ecf5f6..00000000
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos07/src/Ciclos07/Ejercicio07.java
+++ /dev/null
@@ -1,26 +0,0 @@
-
-package Ciclos07;
-
-import javax.swing.JOptionPane;
-
-public class Ejercicio07 {
- public static void main(String[] args) {
- int numero; //Definimos 4 variables numero,conteo,suma,promedio
- int conteo = 0;
- int suma = 0;
- float promedio = 0;
- numero = Integer.parseInt(JOptionPane.showInputDialog("Digite un numero:"));
- while (numero >= 0) { //Mientras el numero no sea negativo
- suma += numero;
- conteo++;
- numero = Integer.parseInt(JOptionPane.showInputDialog("Digite otro numero:"));
- }
- if (conteo == 0) {
- JOptionPane.showMessageDialog(null, "Error, la division entre 0 no existe");
- } else {
- promedio = (float) suma / conteo;
- }
- JOptionPane.showMessageDialog(null, "El promedio es: " + promedio);
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/build.xml b/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/build.xml
deleted file mode 100644
index 63d45871..00000000
--- a/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project ejerciciosCiclos01.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/manifest.mf b/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/manifest.mf
deleted file mode 100644
index 328e8e5b..00000000
--- a/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/nbproject/build-impl.xml b/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/nbproject/build-impl.xml
deleted file mode 100644
index aed1ad37..00000000
--- a/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/nbproject/build-impl.xml
+++ /dev/null
@@ -1,1770 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set src.dir
- Must set test.src.dir
- Must set build.dir
- Must set dist.dir
- Must set build.classes.dir
- Must set dist.javadoc.dir
- Must set build.test.classes.dir
- Must set build.test.results.dir
- Must set build.classes.excludes
- Must set dist.jar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No tests executed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set JVM to use for profiling in profiler.info.jvm
- Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- To run this application from the command line without Ant, try:
-
- java -jar "${dist.jar.resolved}"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must set fix.includes
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set profile.class
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Some tests failed; see details above.
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
- Some tests failed; see details above.
-
-
-
- Must select some files in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
- Some tests failed; see details above.
-
-
-
-
- Must select one file in the IDE or set test.class
-
-
-
- Must select one file in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/nbproject/genfiles.properties
deleted file mode 100644
index d902cef2..00000000
--- a/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=59ea3081
-build.xml.script.CRC32=59001165
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=59ea3081
-nbproject/build-impl.xml.script.CRC32=d0106b58
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/nbproject/project.properties b/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/nbproject/project.properties
deleted file mode 100644
index 145cdfd2..00000000
--- a/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/nbproject/project.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-annotation.processing.enabled=true
-annotation.processing.enabled.in.editor=false
-annotation.processing.processor.options=
-annotation.processing.processors.list=
-annotation.processing.run.all.processors=true
-annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-build.classes.dir=${build.dir}/classes
-build.classes.excludes=**/*.java,**/*.form
-# This directory is removed when the project is cleaned:
-build.dir=build
-build.generated.dir=${build.dir}/generated
-build.generated.sources.dir=${build.dir}/generated-sources
-# Only compile against the classpath explicitly listed here:
-build.sysclasspath=ignore
-build.test.classes.dir=${build.dir}/test/classes
-build.test.results.dir=${build.dir}/test/results
-# Uncomment to specify the preferred debugger connection transport:
-#debug.transport=dt_socket
-debug.classpath=\
- ${run.classpath}
-debug.modulepath=\
- ${run.modulepath}
-debug.test.classpath=\
- ${run.test.classpath}
-debug.test.modulepath=\
- ${run.test.modulepath}
-# Files in build.classes.dir which should be excluded from distribution jar
-dist.archive.excludes=
-# This directory is removed when the project is cleaned:
-dist.dir=dist
-dist.jar=${dist.dir}/ejerciciosCiclos01.jar
-dist.javadoc.dir=${dist.dir}/javadoc
-dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/ejerciciosCiclos01
-excludes=
-includes=**
-jar.compress=false
-javac.classpath=
-# Space-separated list of extra javac options
-javac.compilerargs=
-javac.deprecation=false
-javac.external.vm=true
-javac.modulepath=
-javac.processormodulepath=
-javac.processorpath=\
- ${javac.classpath}
-javac.source=15
-javac.target=15
-javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-javac.test.modulepath=\
- ${javac.modulepath}
-javac.test.processorpath=\
- ${javac.test.classpath}
-javadoc.additionalparam=
-javadoc.author=false
-javadoc.encoding=${source.encoding}
-javadoc.html5=false
-javadoc.noindex=false
-javadoc.nonavbar=false
-javadoc.notree=false
-javadoc.private=false
-javadoc.splitindex=true
-javadoc.use=true
-javadoc.version=false
-javadoc.windowtitle=
-# The jlink additional root modules to resolve
-jlink.additionalmodules=
-# The jlink additional command line parameters
-jlink.additionalparam=
-jlink.launcher=true
-jlink.launcher.name=ejerciciosCiclos01
-main.class=
-manifest.file=manifest.mf
-meta.inf.dir=${src.dir}/META-INF
-mkdist.disabled=false
-platform.active=default_platform
-run.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-# Space-separated list of JVM arguments used when running the project.
-# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
-# To set system properties for unit tests define test-sys-prop.name=value:
-run.jvmargs=
-run.modulepath=\
- ${javac.modulepath}
-run.test.classpath=\
- ${javac.test.classpath}:\
- ${build.test.classes.dir}
-run.test.modulepath=\
- ${javac.test.modulepath}
-source.encoding=UTF-8
-src.dir=src
-test.src.dir=test
diff --git a/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/nbproject/project.xml b/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/nbproject/project.xml
deleted file mode 100644
index 237917b5..00000000
--- a/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- ejerciciosCiclos01
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/src/Ciclos01/Ciclos01.java b/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/src/Ciclos01/Ciclos01.java
deleted file mode 100644
index 406a863d..00000000
--- a/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/src/Ciclos01/Ciclos01.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-Ejercicio 1: Leer un numero y mostrar su resultado elevado al cuadrado,repetir
-el proceso hasta que se introduzca un numero negativo.
-*/
-package Ciclos01;
-
-import java.util.Scanner;
-
-public class Ciclos01 {
- public static void main(String[] args) {
- Scanner entrada = new Scanner(System.in);
-
-
- int numero, cuadrado;
- System.out.println("Digite un numero:");
- numero = Integer.parseInt(entrada.nextLine());
- while (numero >= 0){//Mientras el numero sea igual a 0 o positivo
- cuadrado = (int)Math.pow(numero, 2);
- System.out.println("El numero "+numero+" elevado al cuadrado es: " +cuadrado);
- System.out.println("Digite otro numero:");
- numero = Integer.parseInt(entrada.nextLine());
- }
- System.out.println("El programa a finalizado por numero negativo");
-
-
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/src/Ciclos01/Ejercicio01.java b/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/src/Ciclos01/Ejercicio01.java
deleted file mode 100644
index bda026ab..00000000
--- a/Gabriel Gonzalez/Java/Clase2/ejerciciosCiclos01/src/Ciclos01/Ejercicio01.java
+++ /dev/null
@@ -1,22 +0,0 @@
-
-package Ciclos01;
-
-import javax.swing.JOptionPane;
-
-
-
-public class Ejercicio01 {
- public static void main(String[] args) {
-
- int numero, cuadrado;
- numero = Integer.parseInt(JOptionPane.showInputDialog("Digite un numero: "));
-
- while (numero >= 0){//Mientras el numero sea igual a 0 o positivo
- cuadrado = (int)Math.pow(numero, 2);
- System.out.println("El numero "+numero+" elevado al cuadrado es: " +cuadrado);
- numero = Integer.parseInt(JOptionPane.showInputDialog("Digite otro numero: "));
- }
- System.out.println("El programa a finalizado por numero negativo");
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/build.xml b/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/build.xml
deleted file mode 100644
index 560a5e4e..00000000
--- a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project leccionClasesObjetos.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/manifest.mf b/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/manifest.mf
deleted file mode 100644
index 328e8e5b..00000000
--- a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/nbproject/build-impl.xml b/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/nbproject/build-impl.xml
deleted file mode 100644
index 136ebe87..00000000
--- a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/nbproject/build-impl.xml
+++ /dev/null
@@ -1,1770 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set src.dir
- Must set test.src.dir
- Must set build.dir
- Must set dist.dir
- Must set build.classes.dir
- Must set dist.javadoc.dir
- Must set build.test.classes.dir
- Must set build.test.results.dir
- Must set build.classes.excludes
- Must set dist.jar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No tests executed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set JVM to use for profiling in profiler.info.jvm
- Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- To run this application from the command line without Ant, try:
-
- java -jar "${dist.jar.resolved}"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must set fix.includes
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set profile.class
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Some tests failed; see details above.
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
- Some tests failed; see details above.
-
-
-
- Must select some files in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
- Some tests failed; see details above.
-
-
-
-
- Must select one file in the IDE or set test.class
-
-
-
- Must select one file in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/nbproject/genfiles.properties
deleted file mode 100644
index 03b0a9a9..00000000
--- a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=79e6c7c1
-build.xml.script.CRC32=c2ff6fa1
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=79e6c7c1
-nbproject/build-impl.xml.script.CRC32=5b994aa8
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/nbproject/project.properties b/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/nbproject/project.properties
deleted file mode 100644
index 456611dd..00000000
--- a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/nbproject/project.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-annotation.processing.enabled=true
-annotation.processing.enabled.in.editor=false
-annotation.processing.processor.options=
-annotation.processing.processors.list=
-annotation.processing.run.all.processors=true
-annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-build.classes.dir=${build.dir}/classes
-build.classes.excludes=**/*.java,**/*.form
-# This directory is removed when the project is cleaned:
-build.dir=build
-build.generated.dir=${build.dir}/generated
-build.generated.sources.dir=${build.dir}/generated-sources
-# Only compile against the classpath explicitly listed here:
-build.sysclasspath=ignore
-build.test.classes.dir=${build.dir}/test/classes
-build.test.results.dir=${build.dir}/test/results
-# Uncomment to specify the preferred debugger connection transport:
-#debug.transport=dt_socket
-debug.classpath=\
- ${run.classpath}
-debug.modulepath=\
- ${run.modulepath}
-debug.test.classpath=\
- ${run.test.classpath}
-debug.test.modulepath=\
- ${run.test.modulepath}
-# Files in build.classes.dir which should be excluded from distribution jar
-dist.archive.excludes=
-# This directory is removed when the project is cleaned:
-dist.dir=dist
-dist.jar=${dist.dir}/leccionClasesObjetos.jar
-dist.javadoc.dir=${dist.dir}/javadoc
-dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/leccionClasesObjetos
-excludes=
-includes=**
-jar.compress=false
-javac.classpath=
-# Space-separated list of extra javac options
-javac.compilerargs=
-javac.deprecation=false
-javac.external.vm=true
-javac.modulepath=
-javac.processormodulepath=
-javac.processorpath=\
- ${javac.classpath}
-javac.source=15
-javac.target=15
-javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-javac.test.modulepath=\
- ${javac.modulepath}
-javac.test.processorpath=\
- ${javac.test.classpath}
-javadoc.additionalparam=
-javadoc.author=false
-javadoc.encoding=${source.encoding}
-javadoc.html5=false
-javadoc.noindex=false
-javadoc.nonavbar=false
-javadoc.notree=false
-javadoc.private=false
-javadoc.splitindex=true
-javadoc.use=true
-javadoc.version=false
-javadoc.windowtitle=
-# The jlink additional root modules to resolve
-jlink.additionalmodules=
-# The jlink additional command line parameters
-jlink.additionalparam=
-jlink.launcher=true
-jlink.launcher.name=leccionClasesObjetos
-main.class=
-manifest.file=manifest.mf
-meta.inf.dir=${src.dir}/META-INF
-mkdist.disabled=false
-platform.active=default_platform
-run.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-# Space-separated list of JVM arguments used when running the project.
-# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
-# To set system properties for unit tests define test-sys-prop.name=value:
-run.jvmargs=
-run.modulepath=\
- ${javac.modulepath}
-run.test.classpath=\
- ${javac.test.classpath}:\
- ${build.test.classes.dir}
-run.test.modulepath=\
- ${javac.test.modulepath}
-source.encoding=UTF-8
-src.dir=src
-test.src.dir=test
diff --git a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/nbproject/project.xml b/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/nbproject/project.xml
deleted file mode 100644
index d3a08d14..00000000
--- a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- leccionClasesObjetos
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/src/Clases/Persona.java b/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/src/Clases/Persona.java
deleted file mode 100644
index d4fffd81..00000000
--- a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/src/Clases/Persona.java
+++ /dev/null
@@ -1,16 +0,0 @@
-
-package Clases;
-
-public class Persona {
- //Atributos de la clase(caracteristicas)
- public String nombre;
- public String apellido;
-
- //Metodos de la clase(acciones)
- public void obtenerInformacion(){
- System.out.println("Nombre: " + nombre);
- System.out.println("Apellido: " + apellido);
- }
-
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/src/Clases/PruebaPersona.java b/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/src/Clases/PruebaPersona.java
deleted file mode 100644
index 66008d37..00000000
--- a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/src/Clases/PruebaPersona.java
+++ /dev/null
@@ -1,20 +0,0 @@
-
-package Clases;
-
-public class PruebaPersona {
- public static void main(String[] args) {
- Persona persona1 = new Persona(); //Llamamos al constructor
- persona1.nombre = "Gabriel"; //El valor hexadecimar normalmente comienza con 0x
- persona1.apellido = "Gonzalez";
- persona1.obtenerInformacion();
-
- Persona persona2 = new Persona();
- System.out.println("persona2 = " + persona2);
- System.out.println("persona1 = " + persona1);
- persona2.obtenerInformacion();
- persona2.nombre = "Ariel";
- persona2.apellido = "Betancud";
- persona2.obtenerInformacion();
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/src/pasoporeferencia/PasoPorReferencia.java b/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/src/pasoporeferencia/PasoPorReferencia.java
deleted file mode 100644
index 6441c5f5..00000000
--- a/Gabriel Gonzalez/Java/Clase3/leccionClasesObjetos/src/pasoporeferencia/PasoPorReferencia.java
+++ /dev/null
@@ -1,34 +0,0 @@
-package pasoporeferencia;
-
-import Clases.Persona;
-
-public class PasoPorReferencia {
-
- public static void main(String[] args) {
- Persona persona1 = new Persona();
- persona1.nombre = "Ester";
- System.out.println("persona1 nombre = " + persona1.nombre);
- cambiarValor(persona1);
- System.out.println("El cambio que hicimos en el nombre es: " + persona1.nombre);
- persona1 = cambiarElValor(persona1);
- Persona persona2 = new Persona();
- //Persona persona2 = null;
- persona2 = cambiarElValor(persona2);
- System.out.println("El nuevo valor del objeto es: " + persona2.nombre) ;
- }
-
- public static void cambiarValor(Persona persona) { //Parámetro por referencia
- persona.nombre = "María";
- }
-
- public static Persona cambiarElValor(Persona persona) {
- if (persona == null) {
- System.out.println("Valor de persona es invalido: null");
- return null;
- } else {
- persona.nombre = "Mónica";
- return persona;
- }
-
- }
-}
\ No newline at end of file
diff --git a/Gabriel Gonzalez/Java/Clase4/Aritmetica/build.xml b/Gabriel Gonzalez/Java/Clase4/Aritmetica/build.xml
deleted file mode 100644
index a71512ac..00000000
--- a/Gabriel Gonzalez/Java/Clase4/Aritmetica/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project Aritmetica.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase4/Aritmetica/build/built-jar.properties b/Gabriel Gonzalez/Java/Clase4/Aritmetica/build/built-jar.properties
deleted file mode 100644
index 75b6b088..00000000
--- a/Gabriel Gonzalez/Java/Clase4/Aritmetica/build/built-jar.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-#Sat, 28 Oct 2023 17:44:14 -0300
-
-
-C\:\\Users\\User\\Tecnicatura2S\\Java\\Leccion4\\Aritmetica=
diff --git a/Gabriel Gonzalez/Java/Clase4/Aritmetica/build/classes/Operaciones/Aritmetica.class b/Gabriel Gonzalez/Java/Clase4/Aritmetica/build/classes/Operaciones/Aritmetica.class
deleted file mode 100644
index be25a2ed..00000000
Binary files a/Gabriel Gonzalez/Java/Clase4/Aritmetica/build/classes/Operaciones/Aritmetica.class and /dev/null differ
diff --git a/Gabriel Gonzalez/Java/Clase4/Aritmetica/build/classes/Operaciones/Imprimir.class b/Gabriel Gonzalez/Java/Clase4/Aritmetica/build/classes/Operaciones/Imprimir.class
deleted file mode 100644
index 235e06c2..00000000
Binary files a/Gabriel Gonzalez/Java/Clase4/Aritmetica/build/classes/Operaciones/Imprimir.class and /dev/null differ
diff --git a/Gabriel Gonzalez/Java/Clase4/Aritmetica/build/classes/Operaciones/Persona.class b/Gabriel Gonzalez/Java/Clase4/Aritmetica/build/classes/Operaciones/Persona.class
deleted file mode 100644
index fd94cdae..00000000
Binary files a/Gabriel Gonzalez/Java/Clase4/Aritmetica/build/classes/Operaciones/Persona.class and /dev/null differ
diff --git a/Gabriel Gonzalez/Java/Clase4/Aritmetica/build/classes/Operaciones/PruebaAritmetica.class b/Gabriel Gonzalez/Java/Clase4/Aritmetica/build/classes/Operaciones/PruebaAritmetica.class
deleted file mode 100644
index e6566911..00000000
Binary files a/Gabriel Gonzalez/Java/Clase4/Aritmetica/build/classes/Operaciones/PruebaAritmetica.class and /dev/null differ
diff --git a/Gabriel Gonzalez/Java/Clase4/Aritmetica/manifest.mf b/Gabriel Gonzalez/Java/Clase4/Aritmetica/manifest.mf
deleted file mode 100644
index 328e8e5b..00000000
--- a/Gabriel Gonzalez/Java/Clase4/Aritmetica/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/Gabriel Gonzalez/Java/Clase4/Aritmetica/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase4/Aritmetica/nbproject/genfiles.properties
deleted file mode 100644
index 953686f7..00000000
--- a/Gabriel Gonzalez/Java/Clase4/Aritmetica/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=76081a62
-build.xml.script.CRC32=6b4f2526
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=76081a62
-nbproject/build-impl.xml.script.CRC32=ff644ac0
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase4/Aritmetica/nbproject/private/private.properties b/Gabriel Gonzalez/Java/Clase4/Aritmetica/nbproject/private/private.properties
deleted file mode 100644
index d26b5620..00000000
--- a/Gabriel Gonzalez/Java/Clase4/Aritmetica/nbproject/private/private.properties
+++ /dev/null
@@ -1 +0,0 @@
-user.properties.file=C:\\Users\\User\\AppData\\Roaming\\NetBeans\\12.1\\build.properties
diff --git a/Gabriel Gonzalez/Java/Clase4/Aritmetica/nbproject/private/private.xml b/Gabriel Gonzalez/Java/Clase4/Aritmetica/nbproject/private/private.xml
deleted file mode 100644
index 92d46c68..00000000
--- a/Gabriel Gonzalez/Java/Clase4/Aritmetica/nbproject/private/private.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
- file:/C:/Users/User/Tecnicatura2S/Java/Leccion4/Aritmetica/src/Operaciones/PruebaAritmetica.java
- file:/C:/Users/User/Tecnicatura2S/Java/Leccion4/Aritmetica/src/Operaciones/Aritmetica.java
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase4/Aritmetica/src/Operaciones/Aritmetica.java b/Gabriel Gonzalez/Java/Clase4/Aritmetica/src/Operaciones/Aritmetica.java
deleted file mode 100644
index ed227b59..00000000
--- a/Gabriel Gonzalez/Java/Clase4/Aritmetica/src/Operaciones/Aritmetica.java
+++ /dev/null
@@ -1,37 +0,0 @@
-
-package Operaciones;
-
-public class Aritmetica {
- //Atributos de la clase
- int a;
- int b;
-
- //El constructor es un método especial
- public Aritmetica() { //Constructor 1 vacio
- System.out.println("Se esta ejecutando el constructor numero uno");
- }
- // Estamos viendo lo que se llama sobrecarga de constructores
- public Aritmetica(int a, int b) {
- this.a = a;
- this.b = b;
- System.out.println("Se esta ejecutando el constructor numero dos");
- }
-
- //Metodos de la clase
- public void sumarNumeros() {
- int resultado = this.a +this. b;
- System.out.println("resultado = " + resultado);
- }
- public int sumarConRetorno(){
- //int resultado = a + b;
- return a + b;
- }
- public int sumarConArgumentos(int a, int b) {
- this.a = a; //No modifica los valores de los atributos del objeto //El argumento a se asigna a this.a
- this.b = b; //No son las mismas a y b que las de arriba
- //return a + b;
- return this.sumarConRetorno();
- }
-
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase4/Aritmetica/src/Operaciones/PruebaAritmetica.java b/Gabriel Gonzalez/Java/Clase4/Aritmetica/src/Operaciones/PruebaAritmetica.java
deleted file mode 100644
index dcb62f3c..00000000
--- a/Gabriel Gonzalez/Java/Clase4/Aritmetica/src/Operaciones/PruebaAritmetica.java
+++ /dev/null
@@ -1,74 +0,0 @@
-
-package Operaciones;
-
-public class PruebaAritmetica {
- public static void main(String[] args) {
- miMetodo(); //Llamamos el método nuevo
- var a = 10; //Variables locales
- var b = 7; //Memoria stack
- Aritmetica aritmetica1 = new Aritmetica();
- aritmetica1.a = 3;
- aritmetica1.b = 7;
- aritmetica1.sumarNumeros();
-
- //Para almacenar un objeto o los atributos se utiliza la memoria heap
- int resultado = aritmetica1.sumarConRetorno();
- System.out.println("resultado = " + resultado);
-
- resultado = aritmetica1.sumarConArgumentos(12, 26);
- System.out.println("Resultado usando argumentos: " + resultado);
-
- System.out.println("aritmetica1 a: " + aritmetica1.a);
- System.out.println("aritmetica1 b: " + aritmetica1.b);
-
- Aritmetica aritmetica2 = new Aritmetica(5, 8);
- System.out.println("aritmetica2 = " + aritmetica2.a);
- System.out.println("aritmetica2 = " + aritmetica2.b);
- //aritmetica1 = null; nunca utilizar esto, no se debe hacer
- //System.gc(); metodo para limpiar residuos, es pesado, no utilizar
- Persona persona = new Persona("Gabriel", "Gonzalez");
- System.out.println("persona = " + persona);
- System.out.println("Persona nombre: " + persona.nombre);
- System.out.println("Persona apellido: " + persona.apellido);
-
-
- }
- //Modularidad craemos un nuevo método
- public static void miMetodo(){
- //int a = 10; //Una variable esta limitada
- System.out.println("Aqui hay otro método");
-
-
-
- }
-
-}
-//Creamos una nueva clase
-class Persona{
- String nombre;
- String apellido;
-
- Persona(String nombre, String apellido){ //Constructor
- super(); //
- //Imprimir imprimir = new Imprimir();
- new Imprimir().imprimir(this);
- this.nombre = nombre;
- this.apellido = apellido;
- System.out.println("Objeto persona usando this: " + this);
-
- }
-
-}
-class Imprimir{
- public Imprimir(){
- super(); //El constructor de la clase padre, para reservar memoria
- }
-
- public void imprimir(Persona persona){
- System.out.println("Persona desde la clase imprimir: " + persona);
- System.out.println("Impersión del objeto actual (this): " + this);
- }
-}
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/build.xml b/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/build.xml
deleted file mode 100644
index 32de384f..00000000
--- a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project EjerciciosCiclos08.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/manifest.mf b/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/manifest.mf
deleted file mode 100644
index 328e8e5b..00000000
--- a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/nbproject/build-impl.xml b/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/nbproject/build-impl.xml
deleted file mode 100644
index a469bad5..00000000
--- a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/nbproject/build-impl.xml
+++ /dev/null
@@ -1,1770 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set src.dir
- Must set test.src.dir
- Must set build.dir
- Must set dist.dir
- Must set build.classes.dir
- Must set dist.javadoc.dir
- Must set build.test.classes.dir
- Must set build.test.results.dir
- Must set build.classes.excludes
- Must set dist.jar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No tests executed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set JVM to use for profiling in profiler.info.jvm
- Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- To run this application from the command line without Ant, try:
-
- java -jar "${dist.jar.resolved}"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must set fix.includes
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set profile.class
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Some tests failed; see details above.
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
- Some tests failed; see details above.
-
-
-
- Must select some files in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
- Some tests failed; see details above.
-
-
-
-
- Must select one file in the IDE or set test.class
-
-
-
- Must select one file in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/nbproject/genfiles.properties
deleted file mode 100644
index ebd8c85a..00000000
--- a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=fd3cce94
-build.xml.script.CRC32=41ec5e8a
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=fd3cce94
-nbproject/build-impl.xml.script.CRC32=c44bfd82
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/nbproject/project.properties b/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/nbproject/project.properties
deleted file mode 100644
index 9394d22a..00000000
--- a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/nbproject/project.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-annotation.processing.enabled=true
-annotation.processing.enabled.in.editor=false
-annotation.processing.processor.options=
-annotation.processing.processors.list=
-annotation.processing.run.all.processors=true
-annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-build.classes.dir=${build.dir}/classes
-build.classes.excludes=**/*.java,**/*.form
-# This directory is removed when the project is cleaned:
-build.dir=build
-build.generated.dir=${build.dir}/generated
-build.generated.sources.dir=${build.dir}/generated-sources
-# Only compile against the classpath explicitly listed here:
-build.sysclasspath=ignore
-build.test.classes.dir=${build.dir}/test/classes
-build.test.results.dir=${build.dir}/test/results
-# Uncomment to specify the preferred debugger connection transport:
-#debug.transport=dt_socket
-debug.classpath=\
- ${run.classpath}
-debug.modulepath=\
- ${run.modulepath}
-debug.test.classpath=\
- ${run.test.classpath}
-debug.test.modulepath=\
- ${run.test.modulepath}
-# Files in build.classes.dir which should be excluded from distribution jar
-dist.archive.excludes=
-# This directory is removed when the project is cleaned:
-dist.dir=dist
-dist.jar=${dist.dir}/EjerciciosCiclos08.jar
-dist.javadoc.dir=${dist.dir}/javadoc
-dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/EjerciciosCiclos08
-excludes=
-includes=**
-jar.compress=false
-javac.classpath=
-# Space-separated list of extra javac options
-javac.compilerargs=
-javac.deprecation=false
-javac.external.vm=true
-javac.modulepath=
-javac.processormodulepath=
-javac.processorpath=\
- ${javac.classpath}
-javac.source=15
-javac.target=15
-javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-javac.test.modulepath=\
- ${javac.modulepath}
-javac.test.processorpath=\
- ${javac.test.classpath}
-javadoc.additionalparam=
-javadoc.author=false
-javadoc.encoding=${source.encoding}
-javadoc.html5=false
-javadoc.noindex=false
-javadoc.nonavbar=false
-javadoc.notree=false
-javadoc.private=false
-javadoc.splitindex=true
-javadoc.use=true
-javadoc.version=false
-javadoc.windowtitle=
-# The jlink additional root modules to resolve
-jlink.additionalmodules=
-# The jlink additional command line parameters
-jlink.additionalparam=
-jlink.launcher=true
-jlink.launcher.name=EjerciciosCiclos08
-main.class=
-manifest.file=manifest.mf
-meta.inf.dir=${src.dir}/META-INF
-mkdist.disabled=false
-platform.active=default_platform
-run.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-# Space-separated list of JVM arguments used when running the project.
-# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
-# To set system properties for unit tests define test-sys-prop.name=value:
-run.jvmargs=
-run.modulepath=\
- ${javac.modulepath}
-run.test.classpath=\
- ${javac.test.classpath}:\
- ${build.test.classes.dir}
-run.test.modulepath=\
- ${javac.test.modulepath}
-source.encoding=UTF-8
-src.dir=src
-test.src.dir=test
diff --git a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/nbproject/project.xml b/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/nbproject/project.xml
deleted file mode 100644
index 1f4eb7c6..00000000
--- a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- EjerciciosCiclos08
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/src/Ciclos08/Ciclos08.java b/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/src/Ciclos08/Ciclos08.java
deleted file mode 100644
index 6c89c694..00000000
--- a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/src/Ciclos08/Ciclos08.java
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
-Ejercicios 8: Pedir un numero N, y mostrar todos los numeros del 1 al N.
-*/
-package Ciclos08;
-
-import java.util.Scanner;
-
-public class Ciclos08 {
- public static void main(String[] args) {
- Scanner entrada = new Scanner(System.in);
- System.out.println("Digite un número: ");
- int numero = Integer.parseInt(entrada.nextLine());
- int i = 1;
- while(i <= numero){
- System.out.println(i);
- i++;
- }
- }
-}
diff --git a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/src/Ciclos08/Ejercicio08.java b/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/src/Ciclos08/Ejercicio08.java
deleted file mode 100644
index 71ad9c1c..00000000
--- a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos08/src/Ciclos08/Ejercicio08.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
-Ejercicios 8: Pedir un numero N, y mostrar todos los numeros del 1 al N.
-*/
-package Ciclos08;
-
-import javax.swing.JOptionPane;
-
-public class Ejercicio08 {
-
- public static void main(String[] args) {
- int numero = Integer.parseInt(JOptionPane.showInputDialog("Digite un numero: "));
- int i = 1;
- while (i <= numero) {
- JOptionPane.showInputDialog(null, i);
- System.out.println(i);
- i++;
- }
-
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/build.xml b/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/build.xml
deleted file mode 100644
index bb1268ca..00000000
--- a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project EjerciciosCiclos09.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/manifest.mf b/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/manifest.mf
deleted file mode 100644
index 328e8e5b..00000000
--- a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/nbproject/build-impl.xml b/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/nbproject/build-impl.xml
deleted file mode 100644
index ba8068d9..00000000
--- a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/nbproject/build-impl.xml
+++ /dev/null
@@ -1,1770 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set src.dir
- Must set test.src.dir
- Must set build.dir
- Must set dist.dir
- Must set build.classes.dir
- Must set dist.javadoc.dir
- Must set build.test.classes.dir
- Must set build.test.results.dir
- Must set build.classes.excludes
- Must set dist.jar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No tests executed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set JVM to use for profiling in profiler.info.jvm
- Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- To run this application from the command line without Ant, try:
-
- java -jar "${dist.jar.resolved}"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must set fix.includes
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set profile.class
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Some tests failed; see details above.
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
- Some tests failed; see details above.
-
-
-
- Must select some files in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
- Some tests failed; see details above.
-
-
-
-
- Must select one file in the IDE or set test.class
-
-
-
- Must select one file in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/nbproject/genfiles.properties
deleted file mode 100644
index a2dc4b18..00000000
--- a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=f52f42b2
-build.xml.script.CRC32=ec730adc
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=f52f42b2
-nbproject/build-impl.xml.script.CRC32=e9bfcae9
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/nbproject/project.properties b/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/nbproject/project.properties
deleted file mode 100644
index cf1cd6c9..00000000
--- a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/nbproject/project.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-annotation.processing.enabled=true
-annotation.processing.enabled.in.editor=false
-annotation.processing.processor.options=
-annotation.processing.processors.list=
-annotation.processing.run.all.processors=true
-annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-build.classes.dir=${build.dir}/classes
-build.classes.excludes=**/*.java,**/*.form
-# This directory is removed when the project is cleaned:
-build.dir=build
-build.generated.dir=${build.dir}/generated
-build.generated.sources.dir=${build.dir}/generated-sources
-# Only compile against the classpath explicitly listed here:
-build.sysclasspath=ignore
-build.test.classes.dir=${build.dir}/test/classes
-build.test.results.dir=${build.dir}/test/results
-# Uncomment to specify the preferred debugger connection transport:
-#debug.transport=dt_socket
-debug.classpath=\
- ${run.classpath}
-debug.modulepath=\
- ${run.modulepath}
-debug.test.classpath=\
- ${run.test.classpath}
-debug.test.modulepath=\
- ${run.test.modulepath}
-# Files in build.classes.dir which should be excluded from distribution jar
-dist.archive.excludes=
-# This directory is removed when the project is cleaned:
-dist.dir=dist
-dist.jar=${dist.dir}/EjerciciosCiclos09.jar
-dist.javadoc.dir=${dist.dir}/javadoc
-dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/EjerciciosCiclos09
-excludes=
-includes=**
-jar.compress=false
-javac.classpath=
-# Space-separated list of extra javac options
-javac.compilerargs=
-javac.deprecation=false
-javac.external.vm=true
-javac.modulepath=
-javac.processormodulepath=
-javac.processorpath=\
- ${javac.classpath}
-javac.source=15
-javac.target=15
-javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-javac.test.modulepath=\
- ${javac.modulepath}
-javac.test.processorpath=\
- ${javac.test.classpath}
-javadoc.additionalparam=
-javadoc.author=false
-javadoc.encoding=${source.encoding}
-javadoc.html5=false
-javadoc.noindex=false
-javadoc.nonavbar=false
-javadoc.notree=false
-javadoc.private=false
-javadoc.splitindex=true
-javadoc.use=true
-javadoc.version=false
-javadoc.windowtitle=
-# The jlink additional root modules to resolve
-jlink.additionalmodules=
-# The jlink additional command line parameters
-jlink.additionalparam=
-jlink.launcher=true
-jlink.launcher.name=EjerciciosCiclos09
-main.class=
-manifest.file=manifest.mf
-meta.inf.dir=${src.dir}/META-INF
-mkdist.disabled=false
-platform.active=default_platform
-run.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-# Space-separated list of JVM arguments used when running the project.
-# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
-# To set system properties for unit tests define test-sys-prop.name=value:
-run.jvmargs=
-run.modulepath=\
- ${javac.modulepath}
-run.test.classpath=\
- ${javac.test.classpath}:\
- ${build.test.classes.dir}
-run.test.modulepath=\
- ${javac.test.modulepath}
-source.encoding=UTF-8
-src.dir=src
-test.src.dir=test
diff --git a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/nbproject/project.xml b/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/nbproject/project.xml
deleted file mode 100644
index a8daf199..00000000
--- a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- EjerciciosCiclos09
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/src/Ciclos09/Ciclos09.java b/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/src/Ciclos09/Ciclos09.java
deleted file mode 100644
index e84b54dc..00000000
--- a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/src/Ciclos09/Ciclos09.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
-Ejercicio 9: Pedir el día, mes y año de una fecha e indicar si la fecha es correcta. Suponiendo
-que todos los meses son de 30 días.
-*/
-package Ciclos09;
-
-import java.util.Scanner;
-
-public class Ciclos09 {
- public static void main(String[] args) {
- Scanner entrada = new Scanner(System.in);
- System.out.println("Digite el día: ");
- int dia = Integer.parseInt(entrada.nextLine());
- System.out.println("Digite el mes: ");
- int mes = Integer.parseInt(entrada.nextLine());
- System.out.println("Digite el año: ");
- int anio = Integer.parseInt(entrada.nextLine());
-
- if ( (dia != 0) && (dia <= 30) ) {
- if ( (mes != 0) && (mes <= 12)) {
- if ((anio != 0 ) && (mes <= 12)) {
- System.out.println("La fecha ingresa es: " + dia +"/"+ mes +"/"+ anio);
- }
- else {
- System.out.println("Fecha incorrecta, año incorrecto" );
- }
-
- }
- else {
- System.out.println("Fecha incorrecta, mes incorrecto");
- }
- }
- else{
- System.out.println("Fecha incorrecta, día incorrecto");
- }
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/src/Ciclos09/Ejercicio09.java b/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/src/Ciclos09/Ejercicio09.java
deleted file mode 100644
index 49c1dac1..00000000
--- a/Gabriel Gonzalez/Java/Clase5/EjerciciosCiclos09/src/Ciclos09/Ejercicio09.java
+++ /dev/null
@@ -1,34 +0,0 @@
-
-package Ciclos09;
-
-import javax.swing.JOptionPane;
-
-
-public class Ejercicio09 {
- public static void main(String[] args) {
-
- int dia = Integer.parseInt(JOptionPane.showInputDialog("Digite el día: "));
- int mes = Integer.parseInt(JOptionPane.showInputDialog("Digite el mes: "));
- int anio = Integer.parseInt(JOptionPane.showInputDialog("Digite el año: "));
-
- if ( (dia != 0) && (dia <= 30) ) {
- if ( (mes != 0) && (mes <= 12)) {
- if ((anio != 0 ) && (mes <= 12)) {
- JOptionPane.showInputDialog(null, "La fecha ingresa es: " + dia +"/"+ mes +"/"+ anio);
-
- }
- else {
- JOptionPane.showInputDialog(null, "Fecha incorrecta, año incorrecto");
-
- }
-
- }
- else {
- JOptionPane.showInputDialog(null, "Fecha incorrecta, mes incorrecto");
- }
- }
- else{
- JOptionPane.showInputDialog(null, "Fecha incorrecta, día incorrecto");
- }
- }
-}
diff --git a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/build.xml b/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/build.xml
deleted file mode 100644
index 6a8071ba..00000000
--- a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project EjericicosCiclos10.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/manifest.mf b/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/manifest.mf
deleted file mode 100644
index 328e8e5b..00000000
--- a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/build-impl.xml b/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/build-impl.xml
deleted file mode 100644
index d27327bf..00000000
--- a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/build-impl.xml
+++ /dev/null
@@ -1,1770 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set src.dir
- Must set test.src.dir
- Must set build.dir
- Must set dist.dir
- Must set build.classes.dir
- Must set dist.javadoc.dir
- Must set build.test.classes.dir
- Must set build.test.results.dir
- Must set build.classes.excludes
- Must set dist.jar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No tests executed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set JVM to use for profiling in profiler.info.jvm
- Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- To run this application from the command line without Ant, try:
-
- java -jar "${dist.jar.resolved}"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must set fix.includes
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set profile.class
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Some tests failed; see details above.
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
- Some tests failed; see details above.
-
-
-
- Must select some files in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
- Some tests failed; see details above.
-
-
-
-
- Must select one file in the IDE or set test.class
-
-
-
- Must select one file in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/genfiles.properties
deleted file mode 100644
index b757e94e..00000000
--- a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=ea9259c5
-build.xml.script.CRC32=7489805d
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=ea9259c5
-nbproject/build-impl.xml.script.CRC32=8b953c7c
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/private/private.properties b/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/private/private.properties
deleted file mode 100644
index d26b5620..00000000
--- a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/private/private.properties
+++ /dev/null
@@ -1 +0,0 @@
-user.properties.file=C:\\Users\\User\\AppData\\Roaming\\NetBeans\\12.1\\build.properties
diff --git a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/private/private.xml b/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/private/private.xml
deleted file mode 100644
index 47509625..00000000
--- a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/private/private.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/project.properties b/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/project.properties
deleted file mode 100644
index b60e3144..00000000
--- a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/project.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-annotation.processing.enabled=true
-annotation.processing.enabled.in.editor=false
-annotation.processing.processor.options=
-annotation.processing.processors.list=
-annotation.processing.run.all.processors=true
-annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-build.classes.dir=${build.dir}/classes
-build.classes.excludes=**/*.java,**/*.form
-# This directory is removed when the project is cleaned:
-build.dir=build
-build.generated.dir=${build.dir}/generated
-build.generated.sources.dir=${build.dir}/generated-sources
-# Only compile against the classpath explicitly listed here:
-build.sysclasspath=ignore
-build.test.classes.dir=${build.dir}/test/classes
-build.test.results.dir=${build.dir}/test/results
-# Uncomment to specify the preferred debugger connection transport:
-#debug.transport=dt_socket
-debug.classpath=\
- ${run.classpath}
-debug.modulepath=\
- ${run.modulepath}
-debug.test.classpath=\
- ${run.test.classpath}
-debug.test.modulepath=\
- ${run.test.modulepath}
-# Files in build.classes.dir which should be excluded from distribution jar
-dist.archive.excludes=
-# This directory is removed when the project is cleaned:
-dist.dir=dist
-dist.jar=${dist.dir}/EjericicosCiclos10.jar
-dist.javadoc.dir=${dist.dir}/javadoc
-dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/EjericicosCiclos10
-excludes=
-includes=**
-jar.compress=false
-javac.classpath=
-# Space-separated list of extra javac options
-javac.compilerargs=
-javac.deprecation=false
-javac.external.vm=true
-javac.modulepath=
-javac.processormodulepath=
-javac.processorpath=\
- ${javac.classpath}
-javac.source=15
-javac.target=15
-javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-javac.test.modulepath=\
- ${javac.modulepath}
-javac.test.processorpath=\
- ${javac.test.classpath}
-javadoc.additionalparam=
-javadoc.author=false
-javadoc.encoding=${source.encoding}
-javadoc.html5=false
-javadoc.noindex=false
-javadoc.nonavbar=false
-javadoc.notree=false
-javadoc.private=false
-javadoc.splitindex=true
-javadoc.use=true
-javadoc.version=false
-javadoc.windowtitle=
-# The jlink additional root modules to resolve
-jlink.additionalmodules=
-# The jlink additional command line parameters
-jlink.additionalparam=
-jlink.launcher=true
-jlink.launcher.name=EjericicosCiclos10
-main.class=
-manifest.file=manifest.mf
-meta.inf.dir=${src.dir}/META-INF
-mkdist.disabled=false
-platform.active=default_platform
-run.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-# Space-separated list of JVM arguments used when running the project.
-# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
-# To set system properties for unit tests define test-sys-prop.name=value:
-run.jvmargs=
-run.modulepath=\
- ${javac.modulepath}
-run.test.classpath=\
- ${javac.test.classpath}:\
- ${build.test.classes.dir}
-run.test.modulepath=\
- ${javac.test.modulepath}
-source.encoding=UTF-8
-src.dir=src
-test.src.dir=test
diff --git a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/project.xml b/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/project.xml
deleted file mode 100644
index 4d4578cc..00000000
--- a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- EjericicosCiclos10
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/src/ciclos10/Ciclos10.java b/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/src/ciclos10/Ciclos10.java
deleted file mode 100644
index f1245087..00000000
--- a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/src/ciclos10/Ciclos10.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
-Ejercicio 10: Pedir 10 números y escribir la súma total
-*/
-package ciclos10;
-
-import java.util.Scanner;
-
-public class Ciclos10 {
- public static void main(String[] args) {
- Scanner entrada = new Scanner(System.in);
- int numero,suma = 0;
- for (int i = 1; i <= 10 ; i ++){
- System.out.println("Digite un numero:");
- numero = Integer.parseInt(entrada.nextLine());
- suma += numero;
- }
-
- System.out.println("\n La suma de todos los numeros es: " + suma);
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/src/ciclos10/Ejercicio10.java b/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/src/ciclos10/Ejercicio10.java
deleted file mode 100644
index 2db8e803..00000000
--- a/Gabriel Gonzalez/Java/Clase6/EjericicosCiclos10/src/ciclos10/Ejercicio10.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
-Ejercicio 10: Pedir 10 números y escribir la súma total
-*/
-package ciclos10;
-
-import javax.swing.JOptionPane;
-
-
-public class Ejercicio10 {
- public static void main(String[] args) {
- int numero,suma = 0;
- for (int i = 1; i <= 10 ; i ++){
- numero = Integer.parseInt(JOptionPane.showInputDialog("Digite un número:"));
- suma += numero;
- }
- JOptionPane.showInputDialog(null, "La suma de todos los numeros es: " + suma);
-
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase6/PasoPorReferencia/manifest.mf b/Gabriel Gonzalez/Java/Clase6/PasoPorReferencia/manifest.mf
deleted file mode 100644
index 328e8e5b..00000000
--- a/Gabriel Gonzalez/Java/Clase6/PasoPorReferencia/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/Gabriel Gonzalez/Java/Clase6/PasoPorReferencia/src/pasoporreferencia/PasoPorReferencia.java b/Gabriel Gonzalez/Java/Clase6/PasoPorReferencia/src/pasoporreferencia/PasoPorReferencia.java
deleted file mode 100644
index 085ac6cb..00000000
--- a/Gabriel Gonzalez/Java/Clase6/PasoPorReferencia/src/pasoporreferencia/PasoPorReferencia.java
+++ /dev/null
@@ -1,9 +0,0 @@
-
-package pasoporreferencia;
-
-public class PasoPorReferencia {
- public static void main(String[] args) {
- Persona persona1 = new persona();
-
- }
-}
diff --git a/Gabriel Gonzalez/Java/Clase6/PasoPorValor/manifest.mf b/Gabriel Gonzalez/Java/Clase6/PasoPorValor/manifest.mf
deleted file mode 100644
index 328e8e5b..00000000
--- a/Gabriel Gonzalez/Java/Clase6/PasoPorValor/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/Gabriel Gonzalez/Java/Clase6/PasoPorValor/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase6/PasoPorValor/nbproject/genfiles.properties
deleted file mode 100644
index 4bbaa1d6..00000000
--- a/Gabriel Gonzalez/Java/Clase6/PasoPorValor/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=57553f48
-build.xml.script.CRC32=61837ea6
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=57553f48
-nbproject/build-impl.xml.script.CRC32=e63cd0a3
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase6/PasoPorValor/nbproject/project.properties b/Gabriel Gonzalez/Java/Clase6/PasoPorValor/nbproject/project.properties
deleted file mode 100644
index e6fc8e74..00000000
--- a/Gabriel Gonzalez/Java/Clase6/PasoPorValor/nbproject/project.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-annotation.processing.enabled=true
-annotation.processing.enabled.in.editor=false
-annotation.processing.processor.options=
-annotation.processing.processors.list=
-annotation.processing.run.all.processors=true
-annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-build.classes.dir=${build.dir}/classes
-build.classes.excludes=**/*.java,**/*.form
-# This directory is removed when the project is cleaned:
-build.dir=build
-build.generated.dir=${build.dir}/generated
-build.generated.sources.dir=${build.dir}/generated-sources
-# Only compile against the classpath explicitly listed here:
-build.sysclasspath=ignore
-build.test.classes.dir=${build.dir}/test/classes
-build.test.results.dir=${build.dir}/test/results
-# Uncomment to specify the preferred debugger connection transport:
-#debug.transport=dt_socket
-debug.classpath=\
- ${run.classpath}
-debug.modulepath=\
- ${run.modulepath}
-debug.test.classpath=\
- ${run.test.classpath}
-debug.test.modulepath=\
- ${run.test.modulepath}
-# Files in build.classes.dir which should be excluded from distribution jar
-dist.archive.excludes=
-# This directory is removed when the project is cleaned:
-dist.dir=dist
-dist.jar=${dist.dir}/PasoPorValor.jar
-dist.javadoc.dir=${dist.dir}/javadoc
-dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/PasoPorValor
-excludes=
-includes=**
-jar.compress=false
-javac.classpath=
-# Space-separated list of extra javac options
-javac.compilerargs=
-javac.deprecation=false
-javac.external.vm=true
-javac.modulepath=
-javac.processormodulepath=
-javac.processorpath=\
- ${javac.classpath}
-javac.source=15
-javac.target=15
-javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-javac.test.modulepath=\
- ${javac.modulepath}
-javac.test.processorpath=\
- ${javac.test.classpath}
-javadoc.additionalparam=
-javadoc.author=false
-javadoc.encoding=${source.encoding}
-javadoc.html5=false
-javadoc.noindex=false
-javadoc.nonavbar=false
-javadoc.notree=false
-javadoc.private=false
-javadoc.splitindex=true
-javadoc.use=true
-javadoc.version=false
-javadoc.windowtitle=
-# The jlink additional root modules to resolve
-jlink.additionalmodules=
-# The jlink additional command line parameters
-jlink.additionalparam=
-jlink.launcher=true
-jlink.launcher.name=PasoPorValor
-main.class=
-manifest.file=manifest.mf
-meta.inf.dir=${src.dir}/META-INF
-mkdist.disabled=false
-platform.active=default_platform
-run.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-# Space-separated list of JVM arguments used when running the project.
-# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
-# To set system properties for unit tests define test-sys-prop.name=value:
-run.jvmargs=
-run.modulepath=\
- ${javac.modulepath}
-run.test.classpath=\
- ${javac.test.classpath}:\
- ${build.test.classes.dir}
-run.test.modulepath=\
- ${javac.test.modulepath}
-source.encoding=UTF-8
-src.dir=src
-test.src.dir=test
diff --git a/Gabriel Gonzalez/Java/Clase6/PasoPorValor/src/pasoporvalor/PasoPorValor.java b/Gabriel Gonzalez/Java/Clase6/PasoPorValor/src/pasoporvalor/PasoPorValor.java
deleted file mode 100644
index 12a1afa5..00000000
--- a/Gabriel Gonzalez/Java/Clase6/PasoPorValor/src/pasoporvalor/PasoPorValor.java
+++ /dev/null
@@ -1,15 +0,0 @@
-
-package pasoporvalor;
-
-public class PasoPorValor {
- public static void main(String[] args) {
- var valorX = 20;
- System.out.println("valorX = " + valorX);
- cambioValor(valorX); //Solo le enviamos una copia
- System.out.println("valorX = " + valorX);
- }
- public static void cambioValor(int arg1) { //Parámetros por valor
- System.out.println("arg1 = " + arg1);
- arg1 = 15;
- }
-}
diff --git a/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/build.xml b/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/build.xml
deleted file mode 100644
index e2f3df1a..00000000
--- a/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project ProyectoCaja.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/manifest.mf b/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/manifest.mf
deleted file mode 100644
index 328e8e5b..00000000
--- a/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/nbproject/build-impl.xml b/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/nbproject/build-impl.xml
deleted file mode 100644
index 908b924f..00000000
--- a/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/nbproject/build-impl.xml
+++ /dev/null
@@ -1,1770 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set src.dir
- Must set test.src.dir
- Must set build.dir
- Must set dist.dir
- Must set build.classes.dir
- Must set dist.javadoc.dir
- Must set build.test.classes.dir
- Must set build.test.results.dir
- Must set build.classes.excludes
- Must set dist.jar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No tests executed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set JVM to use for profiling in profiler.info.jvm
- Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- To run this application from the command line without Ant, try:
-
- java -jar "${dist.jar.resolved}"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must set fix.includes
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set profile.class
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Some tests failed; see details above.
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
- Some tests failed; see details above.
-
-
-
- Must select some files in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
- Some tests failed; see details above.
-
-
-
-
- Must select one file in the IDE or set test.class
-
-
-
- Must select one file in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/nbproject/genfiles.properties
deleted file mode 100644
index 5f5ff459..00000000
--- a/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=b04afa17
-build.xml.script.CRC32=2bd8cc04
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=b04afa17
-nbproject/build-impl.xml.script.CRC32=6f0f4672
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/nbproject/project.properties b/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/nbproject/project.properties
deleted file mode 100644
index 0b516c1f..00000000
--- a/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/nbproject/project.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-annotation.processing.enabled=true
-annotation.processing.enabled.in.editor=false
-annotation.processing.processor.options=
-annotation.processing.processors.list=
-annotation.processing.run.all.processors=true
-annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-build.classes.dir=${build.dir}/classes
-build.classes.excludes=**/*.java,**/*.form
-# This directory is removed when the project is cleaned:
-build.dir=build
-build.generated.dir=${build.dir}/generated
-build.generated.sources.dir=${build.dir}/generated-sources
-# Only compile against the classpath explicitly listed here:
-build.sysclasspath=ignore
-build.test.classes.dir=${build.dir}/test/classes
-build.test.results.dir=${build.dir}/test/results
-# Uncomment to specify the preferred debugger connection transport:
-#debug.transport=dt_socket
-debug.classpath=\
- ${run.classpath}
-debug.modulepath=\
- ${run.modulepath}
-debug.test.classpath=\
- ${run.test.classpath}
-debug.test.modulepath=\
- ${run.test.modulepath}
-# Files in build.classes.dir which should be excluded from distribution jar
-dist.archive.excludes=
-# This directory is removed when the project is cleaned:
-dist.dir=dist
-dist.jar=${dist.dir}/ProyectoCaja.jar
-dist.javadoc.dir=${dist.dir}/javadoc
-dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/ProyectoCaja
-excludes=
-includes=**
-jar.compress=false
-javac.classpath=
-# Space-separated list of extra javac options
-javac.compilerargs=
-javac.deprecation=false
-javac.external.vm=true
-javac.modulepath=
-javac.processormodulepath=
-javac.processorpath=\
- ${javac.classpath}
-javac.source=15
-javac.target=15
-javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-javac.test.modulepath=\
- ${javac.modulepath}
-javac.test.processorpath=\
- ${javac.test.classpath}
-javadoc.additionalparam=
-javadoc.author=false
-javadoc.encoding=${source.encoding}
-javadoc.html5=false
-javadoc.noindex=false
-javadoc.nonavbar=false
-javadoc.notree=false
-javadoc.private=false
-javadoc.splitindex=true
-javadoc.use=true
-javadoc.version=false
-javadoc.windowtitle=
-# The jlink additional root modules to resolve
-jlink.additionalmodules=
-# The jlink additional command line parameters
-jlink.additionalparam=
-jlink.launcher=true
-jlink.launcher.name=ProyectoCaja
-main.class=proyectocaja.ProyectoCaja
-manifest.file=manifest.mf
-meta.inf.dir=${src.dir}/META-INF
-mkdist.disabled=false
-platform.active=default_platform
-run.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-# Space-separated list of JVM arguments used when running the project.
-# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
-# To set system properties for unit tests define test-sys-prop.name=value:
-run.jvmargs=
-run.modulepath=\
- ${javac.modulepath}
-run.test.classpath=\
- ${javac.test.classpath}:\
- ${build.test.classes.dir}
-run.test.modulepath=\
- ${javac.test.modulepath}
-source.encoding=UTF-8
-src.dir=src
-test.src.dir=test
diff --git a/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/nbproject/project.xml b/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/nbproject/project.xml
deleted file mode 100644
index cceef7e3..00000000
--- a/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- ProyectoCaja
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/src/caja/Caja.java b/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/src/caja/Caja.java
deleted file mode 100644
index 4e410cd2..00000000
--- a/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/src/caja/Caja.java
+++ /dev/null
@@ -1,24 +0,0 @@
-
-package caja;
-
-public class Caja {
- //Atributos(caracteristicas)
- int ancho;
- int alto;
- int profundo;
- //Metodos y constructores(acciones)
- public Caja() { //Constructor 1 = vacio
- }
- //Constructor con párametros
- public Caja(int ancho, int alto, int profundo) { //Constructor 2
- this.ancho = ancho;
- this.alto = alto;
- this.profundo = profundo;
- }
-
- public int calcularVolumen () { //Método para calcular
- return alto * ancho * profundo;
-
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/src/caja/PruebaCaja.java b/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/src/caja/PruebaCaja.java
deleted file mode 100644
index 435d9cfc..00000000
--- a/Gabriel Gonzalez/Java/Clase6/ProyectoCaja/src/caja/PruebaCaja.java
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
-Proyecto caja:
-Ejercicio 1: Crear un proyecto según las especificaciones mostradas a continuación.
-La formula es volumen = alto* ancho * profundidad
-*/
-package caja;
-
-public class PruebaCaja {
- public static void main(String[] args) {
- //Variables locales
- int medidaAncho = 3; //Valores ingresados en código duro
- int medidaAlto = 2;
- int medidaProfundo = 6;
-
- Caja caja1 = new Caja (); //Instanciamos al objeto, constructor vacio
- caja1.ancho =medidaAncho; //Le pasamos los valores al objeto
- caja1.alto = medidaAlto;
- caja1.profundo = medidaProfundo;
-
- int resultado = caja1.calcularVolumen(); //Llamamos al método
- //Primer resultado
- System.out.println("Resultado volumen de la caja 1: " + resultado);
-
- Caja caja2 = new Caja(2, 4, 6); //Llamamos al constructor 2 con nuevos argumentos
- //Llamamos con el nuevo objeto al método para un nuevo calculo
- System.out.println("Resultado volumen de la caja 2: " + caja2.calcularVolumen());
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase7/Aritmetica.java b/Gabriel Gonzalez/Java/Clase7/Aritmetica.java
deleted file mode 100644
index ed227b59..00000000
--- a/Gabriel Gonzalez/Java/Clase7/Aritmetica.java
+++ /dev/null
@@ -1,37 +0,0 @@
-
-package Operaciones;
-
-public class Aritmetica {
- //Atributos de la clase
- int a;
- int b;
-
- //El constructor es un método especial
- public Aritmetica() { //Constructor 1 vacio
- System.out.println("Se esta ejecutando el constructor numero uno");
- }
- // Estamos viendo lo que se llama sobrecarga de constructores
- public Aritmetica(int a, int b) {
- this.a = a;
- this.b = b;
- System.out.println("Se esta ejecutando el constructor numero dos");
- }
-
- //Metodos de la clase
- public void sumarNumeros() {
- int resultado = this.a +this. b;
- System.out.println("resultado = " + resultado);
- }
- public int sumarConRetorno(){
- //int resultado = a + b;
- return a + b;
- }
- public int sumarConArgumentos(int a, int b) {
- this.a = a; //No modifica los valores de los atributos del objeto //El argumento a se asigna a this.a
- this.b = b; //No son las mismas a y b que las de arriba
- //return a + b;
- return this.sumarConRetorno();
- }
-
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/build.xml b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/build.xml
deleted file mode 100644
index 3d94b70c..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project EjercicioCiclos11.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/build/built-jar.properties b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/build/built-jar.properties
deleted file mode 100644
index cfb00f9e..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/build/built-jar.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-#Sat, 28 Oct 2023 16:20:55 -0300
-
-
-C\:\\Users\\User\\Tecnicatura2S\\Java\\Clase7\\EjercicioCiclos11=
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/build/classes/ciclos11/Ciclos11.class b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/build/classes/ciclos11/Ciclos11.class
deleted file mode 100644
index d0319074..00000000
Binary files a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/build/classes/ciclos11/Ciclos11.class and /dev/null differ
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/manifest.mf b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/manifest.mf
deleted file mode 100644
index 328e8e5b..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/build-impl.xml b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/build-impl.xml
deleted file mode 100644
index 97519412..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/build-impl.xml
+++ /dev/null
@@ -1,1770 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set src.dir
- Must set test.src.dir
- Must set build.dir
- Must set dist.dir
- Must set build.classes.dir
- Must set dist.javadoc.dir
- Must set build.test.classes.dir
- Must set build.test.results.dir
- Must set build.classes.excludes
- Must set dist.jar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No tests executed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set JVM to use for profiling in profiler.info.jvm
- Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- To run this application from the command line without Ant, try:
-
- java -jar "${dist.jar.resolved}"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must set fix.includes
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set profile.class
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Some tests failed; see details above.
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
- Some tests failed; see details above.
-
-
-
- Must select some files in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
- Some tests failed; see details above.
-
-
-
-
- Must select one file in the IDE or set test.class
-
-
-
- Must select one file in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/genfiles.properties
deleted file mode 100644
index 7fa13619..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=a710e4ef
-build.xml.script.CRC32=f74aa0bf
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=a710e4ef
-nbproject/build-impl.xml.script.CRC32=5b577858
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/private/private.properties b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/private/private.properties
deleted file mode 100644
index b5fa6af8..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/private/private.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-compile.on.save=true
-user.properties.file=C:\\Users\\User\\AppData\\Roaming\\NetBeans\\12.1\\build.properties
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/private/private.xml b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/private/private.xml
deleted file mode 100644
index 47509625..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/private/private.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/project.properties b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/project.properties
deleted file mode 100644
index 93f43a8a..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/project.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-annotation.processing.enabled=true
-annotation.processing.enabled.in.editor=false
-annotation.processing.processor.options=
-annotation.processing.processors.list=
-annotation.processing.run.all.processors=true
-annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-build.classes.dir=${build.dir}/classes
-build.classes.excludes=**/*.java,**/*.form
-# This directory is removed when the project is cleaned:
-build.dir=build
-build.generated.dir=${build.dir}/generated
-build.generated.sources.dir=${build.dir}/generated-sources
-# Only compile against the classpath explicitly listed here:
-build.sysclasspath=ignore
-build.test.classes.dir=${build.dir}/test/classes
-build.test.results.dir=${build.dir}/test/results
-# Uncomment to specify the preferred debugger connection transport:
-#debug.transport=dt_socket
-debug.classpath=\
- ${run.classpath}
-debug.modulepath=\
- ${run.modulepath}
-debug.test.classpath=\
- ${run.test.classpath}
-debug.test.modulepath=\
- ${run.test.modulepath}
-# Files in build.classes.dir which should be excluded from distribution jar
-dist.archive.excludes=
-# This directory is removed when the project is cleaned:
-dist.dir=dist
-dist.jar=${dist.dir}/EjercicioCiclos11.jar
-dist.javadoc.dir=${dist.dir}/javadoc
-dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/EjercicioCiclos11
-excludes=
-includes=**
-jar.compress=false
-javac.classpath=
-# Space-separated list of extra javac options
-javac.compilerargs=
-javac.deprecation=false
-javac.external.vm=true
-javac.modulepath=
-javac.processormodulepath=
-javac.processorpath=\
- ${javac.classpath}
-javac.source=15
-javac.target=15
-javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-javac.test.modulepath=\
- ${javac.modulepath}
-javac.test.processorpath=\
- ${javac.test.classpath}
-javadoc.additionalparam=
-javadoc.author=false
-javadoc.encoding=${source.encoding}
-javadoc.html5=false
-javadoc.noindex=false
-javadoc.nonavbar=false
-javadoc.notree=false
-javadoc.private=false
-javadoc.splitindex=true
-javadoc.use=true
-javadoc.version=false
-javadoc.windowtitle=
-# The jlink additional root modules to resolve
-jlink.additionalmodules=
-# The jlink additional command line parameters
-jlink.additionalparam=
-jlink.launcher=true
-jlink.launcher.name=EjercicioCiclos11
-main.class=
-manifest.file=manifest.mf
-meta.inf.dir=${src.dir}/META-INF
-mkdist.disabled=false
-platform.active=default_platform
-run.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-# Space-separated list of JVM arguments used when running the project.
-# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
-# To set system properties for unit tests define test-sys-prop.name=value:
-run.jvmargs=
-run.modulepath=\
- ${javac.modulepath}
-run.test.classpath=\
- ${javac.test.classpath}:\
- ${build.test.classes.dir}
-run.test.modulepath=\
- ${javac.test.modulepath}
-source.encoding=UTF-8
-src.dir=src
-test.src.dir=test
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/project.xml b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/project.xml
deleted file mode 100644
index b4d474bd..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- EjercicioCiclos11
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/src/ciclos11/Ciclos11.java b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/src/ciclos11/Ciclos11.java
deleted file mode 100644
index 304c5bc4..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos11/src/ciclos11/Ciclos11.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
-Ejercicio 11: Diseñar un programa que muestre el producto de los 10 primeros números impares
-Hacerlo con JOptionPane
- */
-package ciclos11;
-
-import javax.swing.JOptionPane;
-
-public class Ciclos11 {
-
- public static void main(String[] args) {
- long producto = 1;
- for (int i = 1; i <= 20; i += 2) { //El aumento apunta a solo ir por los impares
- producto *= i;
-
- }
- JOptionPane.showMessageDialog(null, "El producto de los numeros impares es: " + producto);
- }
-
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/build.xml b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/build.xml
deleted file mode 100644
index af8d84b0..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project EjercicioCiclos12.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/build/built-jar.properties b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/build/built-jar.properties
deleted file mode 100644
index 9a4c872d..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/build/built-jar.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-#Sat, 28 Oct 2023 17:12:22 -0300
-
-
-C\:\\Users\\User\\Tecnicatura2S\\Java\\Clase7\\EjercicioCiclos12=
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/build/classes/ciclos12/Ciclos12.class b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/build/classes/ciclos12/Ciclos12.class
deleted file mode 100644
index a7881517..00000000
Binary files a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/build/classes/ciclos12/Ciclos12.class and /dev/null differ
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/manifest.mf b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/manifest.mf
deleted file mode 100644
index 328e8e5b..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/build-impl.xml b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/build-impl.xml
deleted file mode 100644
index 439e944f..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/build-impl.xml
+++ /dev/null
@@ -1,1770 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set src.dir
- Must set test.src.dir
- Must set build.dir
- Must set dist.dir
- Must set build.classes.dir
- Must set dist.javadoc.dir
- Must set build.test.classes.dir
- Must set build.test.results.dir
- Must set build.classes.excludes
- Must set dist.jar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No tests executed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set JVM to use for profiling in profiler.info.jvm
- Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- To run this application from the command line without Ant, try:
-
- java -jar "${dist.jar.resolved}"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must set fix.includes
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set profile.class
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Some tests failed; see details above.
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
- Some tests failed; see details above.
-
-
-
- Must select some files in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
- Some tests failed; see details above.
-
-
-
-
- Must select one file in the IDE or set test.class
-
-
-
- Must select one file in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/genfiles.properties
deleted file mode 100644
index 8a1c0c7c..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=bf247085
-build.xml.script.CRC32=7629327c
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=bf247085
-nbproject/build-impl.xml.script.CRC32=30253951
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/private/private.properties b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/private/private.properties
deleted file mode 100644
index b5fa6af8..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/private/private.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-compile.on.save=true
-user.properties.file=C:\\Users\\User\\AppData\\Roaming\\NetBeans\\12.1\\build.properties
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/private/private.xml b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/private/private.xml
deleted file mode 100644
index 47509625..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/private/private.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/project.properties b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/project.properties
deleted file mode 100644
index ec7f00a9..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/project.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-annotation.processing.enabled=true
-annotation.processing.enabled.in.editor=false
-annotation.processing.processor.options=
-annotation.processing.processors.list=
-annotation.processing.run.all.processors=true
-annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-build.classes.dir=${build.dir}/classes
-build.classes.excludes=**/*.java,**/*.form
-# This directory is removed when the project is cleaned:
-build.dir=build
-build.generated.dir=${build.dir}/generated
-build.generated.sources.dir=${build.dir}/generated-sources
-# Only compile against the classpath explicitly listed here:
-build.sysclasspath=ignore
-build.test.classes.dir=${build.dir}/test/classes
-build.test.results.dir=${build.dir}/test/results
-# Uncomment to specify the preferred debugger connection transport:
-#debug.transport=dt_socket
-debug.classpath=\
- ${run.classpath}
-debug.modulepath=\
- ${run.modulepath}
-debug.test.classpath=\
- ${run.test.classpath}
-debug.test.modulepath=\
- ${run.test.modulepath}
-# Files in build.classes.dir which should be excluded from distribution jar
-dist.archive.excludes=
-# This directory is removed when the project is cleaned:
-dist.dir=dist
-dist.jar=${dist.dir}/EjercicioCiclos12.jar
-dist.javadoc.dir=${dist.dir}/javadoc
-dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/EjercicioCiclos12
-excludes=
-includes=**
-jar.compress=false
-javac.classpath=
-# Space-separated list of extra javac options
-javac.compilerargs=
-javac.deprecation=false
-javac.external.vm=true
-javac.modulepath=
-javac.processormodulepath=
-javac.processorpath=\
- ${javac.classpath}
-javac.source=15
-javac.target=15
-javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-javac.test.modulepath=\
- ${javac.modulepath}
-javac.test.processorpath=\
- ${javac.test.classpath}
-javadoc.additionalparam=
-javadoc.author=false
-javadoc.encoding=${source.encoding}
-javadoc.html5=false
-javadoc.noindex=false
-javadoc.nonavbar=false
-javadoc.notree=false
-javadoc.private=false
-javadoc.splitindex=true
-javadoc.use=true
-javadoc.version=false
-javadoc.windowtitle=
-# The jlink additional root modules to resolve
-jlink.additionalmodules=
-# The jlink additional command line parameters
-jlink.additionalparam=
-jlink.launcher=true
-jlink.launcher.name=EjercicioCiclos12
-main.class=
-manifest.file=manifest.mf
-meta.inf.dir=${src.dir}/META-INF
-mkdist.disabled=false
-platform.active=default_platform
-run.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-# Space-separated list of JVM arguments used when running the project.
-# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
-# To set system properties for unit tests define test-sys-prop.name=value:
-run.jvmargs=
-run.modulepath=\
- ${javac.modulepath}
-run.test.classpath=\
- ${javac.test.classpath}:\
- ${build.test.classes.dir}
-run.test.modulepath=\
- ${javac.test.modulepath}
-source.encoding=UTF-8
-src.dir=src
-test.src.dir=test
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/project.xml b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/project.xml
deleted file mode 100644
index de9ec905..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- EjercicioCiclos12
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/src/ciclos12/Ciclos12.java b/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/src/ciclos12/Ciclos12.java
deleted file mode 100644
index 1b807b5a..00000000
--- a/Gabriel Gonzalez/Java/Clase7/EjercicioCiclos12/src/ciclos12/Ciclos12.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
-Ejercicio 12: Pedir un número y calcular su factorial
-Hacerlo con las dos clases, Scanner y JOptionPane
- */
-package ciclos12;
-
-//import java.util.Scanner;
-import javax.swing.JOptionPane;
-
-public class Ciclos12 {
-
- public static void main(String[] args) {
- //Scanner entrada = new Scanner(System.in)
- long factorial = 1;
- //System.out.println("Digite un numero: ");
- int numero = Integer.parseInt(JOptionPane.showInputDialog("Digite un número: "));
- for (int i = 1; i <= numero; i++) {
- factorial *= i;
- }
- //System.out.println("El factorial del numero ingresado es: " + factorial);
- JOptionPane.showMessageDialog(null, "El factorial del número ingresado es: " + factorial);
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/build.xml b/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/build.xml
deleted file mode 100644
index 80c330ec..00000000
--- a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project Encapsulamiento.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/manifest.mf b/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/manifest.mf
deleted file mode 100644
index 328e8e5b..00000000
--- a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/build-impl.xml b/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/build-impl.xml
deleted file mode 100644
index 44516af7..00000000
--- a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/build-impl.xml
+++ /dev/null
@@ -1,1770 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set src.dir
- Must set test.src.dir
- Must set build.dir
- Must set dist.dir
- Must set build.classes.dir
- Must set dist.javadoc.dir
- Must set build.test.classes.dir
- Must set build.test.results.dir
- Must set build.classes.excludes
- Must set dist.jar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No tests executed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set JVM to use for profiling in profiler.info.jvm
- Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- To run this application from the command line without Ant, try:
-
- java -jar "${dist.jar.resolved}"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must set fix.includes
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set profile.class
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Some tests failed; see details above.
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
- Some tests failed; see details above.
-
-
-
- Must select some files in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
- Some tests failed; see details above.
-
-
-
-
- Must select one file in the IDE or set test.class
-
-
-
- Must select one file in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/genfiles.properties
deleted file mode 100644
index 315ecc70..00000000
--- a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=8bb31896
-build.xml.script.CRC32=bd535e09
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=8bb31896
-nbproject/build-impl.xml.script.CRC32=33e27fa5
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/private/private.properties b/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/private/private.properties
deleted file mode 100644
index b5fa6af8..00000000
--- a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/private/private.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-compile.on.save=true
-user.properties.file=C:\\Users\\User\\AppData\\Roaming\\NetBeans\\12.1\\build.properties
diff --git a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/private/private.xml b/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/private/private.xml
deleted file mode 100644
index 90285937..00000000
--- a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/private/private.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
- file:/C:/Users/User/Tecnicatura2S/Java/Clase7/Encapsulamiento/src/dominio/Persona.java
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/project.properties b/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/project.properties
deleted file mode 100644
index a839adc3..00000000
--- a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/project.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-annotation.processing.enabled=true
-annotation.processing.enabled.in.editor=false
-annotation.processing.processor.options=
-annotation.processing.processors.list=
-annotation.processing.run.all.processors=true
-annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-build.classes.dir=${build.dir}/classes
-build.classes.excludes=**/*.java,**/*.form
-# This directory is removed when the project is cleaned:
-build.dir=build
-build.generated.dir=${build.dir}/generated
-build.generated.sources.dir=${build.dir}/generated-sources
-# Only compile against the classpath explicitly listed here:
-build.sysclasspath=ignore
-build.test.classes.dir=${build.dir}/test/classes
-build.test.results.dir=${build.dir}/test/results
-# Uncomment to specify the preferred debugger connection transport:
-#debug.transport=dt_socket
-debug.classpath=\
- ${run.classpath}
-debug.modulepath=\
- ${run.modulepath}
-debug.test.classpath=\
- ${run.test.classpath}
-debug.test.modulepath=\
- ${run.test.modulepath}
-# Files in build.classes.dir which should be excluded from distribution jar
-dist.archive.excludes=
-# This directory is removed when the project is cleaned:
-dist.dir=dist
-dist.jar=${dist.dir}/Encapsulamiento.jar
-dist.javadoc.dir=${dist.dir}/javadoc
-dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/Encapsulamiento
-excludes=
-includes=**
-jar.compress=false
-javac.classpath=
-# Space-separated list of extra javac options
-javac.compilerargs=
-javac.deprecation=false
-javac.external.vm=true
-javac.modulepath=
-javac.processormodulepath=
-javac.processorpath=\
- ${javac.classpath}
-javac.source=15
-javac.target=15
-javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-javac.test.modulepath=\
- ${javac.modulepath}
-javac.test.processorpath=\
- ${javac.test.classpath}
-javadoc.additionalparam=
-javadoc.author=false
-javadoc.encoding=${source.encoding}
-javadoc.html5=false
-javadoc.noindex=false
-javadoc.nonavbar=false
-javadoc.notree=false
-javadoc.private=false
-javadoc.splitindex=true
-javadoc.use=true
-javadoc.version=false
-javadoc.windowtitle=
-# The jlink additional root modules to resolve
-jlink.additionalmodules=
-# The jlink additional command line parameters
-jlink.additionalparam=
-jlink.launcher=true
-jlink.launcher.name=Encapsulamiento
-main.class=
-manifest.file=manifest.mf
-meta.inf.dir=${src.dir}/META-INF
-mkdist.disabled=false
-platform.active=default_platform
-run.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-# Space-separated list of JVM arguments used when running the project.
-# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
-# To set system properties for unit tests define test-sys-prop.name=value:
-run.jvmargs=
-run.modulepath=\
- ${javac.modulepath}
-run.test.classpath=\
- ${javac.test.classpath}:\
- ${build.test.classes.dir}
-run.test.modulepath=\
- ${javac.test.modulepath}
-source.encoding=UTF-8
-src.dir=src
-test.src.dir=test
diff --git a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/project.xml b/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/project.xml
deleted file mode 100644
index f5740099..00000000
--- a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- Encapsulamiento
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/src/dominio/Persona.java b/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/src/dominio/Persona.java
deleted file mode 100644
index 0d9078fa..00000000
--- a/Gabriel Gonzalez/Java/Clase7/Encapsulamiento/src/dominio/Persona.java
+++ /dev/null
@@ -1,43 +0,0 @@
-
-package dominio;
-
-public class Persona {
- //Atributos
- private String nombre;
- private double sueldo;
- private boolean eliminado;
-
- //Constructor
- public Persona(String nombre, double sueldo, boolean eliminado){
- this.nombre = nombre;
- this.sueldo = sueldo;
- this.eliminado = eliminado;
-
- }
-
- public String getNombre() {
- return nombre;
- }
-
- public void setNombre(String nombre) {
- this.nombre = nombre;
- }
-
- public double getSueldo() {
- return sueldo;
- }
-
- public void setSueldo(double sueldo) {
- this.sueldo = sueldo;
- }
-
- public boolean isEliminado() {
- return eliminado;
- }
-
- public void setEliminado(boolean eliminado) {
- this.eliminado = eliminado;
- }
-
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase7/PruebaAritmetica.java b/Gabriel Gonzalez/Java/Clase7/PruebaAritmetica.java
deleted file mode 100644
index dcb62f3c..00000000
--- a/Gabriel Gonzalez/Java/Clase7/PruebaAritmetica.java
+++ /dev/null
@@ -1,74 +0,0 @@
-
-package Operaciones;
-
-public class PruebaAritmetica {
- public static void main(String[] args) {
- miMetodo(); //Llamamos el método nuevo
- var a = 10; //Variables locales
- var b = 7; //Memoria stack
- Aritmetica aritmetica1 = new Aritmetica();
- aritmetica1.a = 3;
- aritmetica1.b = 7;
- aritmetica1.sumarNumeros();
-
- //Para almacenar un objeto o los atributos se utiliza la memoria heap
- int resultado = aritmetica1.sumarConRetorno();
- System.out.println("resultado = " + resultado);
-
- resultado = aritmetica1.sumarConArgumentos(12, 26);
- System.out.println("Resultado usando argumentos: " + resultado);
-
- System.out.println("aritmetica1 a: " + aritmetica1.a);
- System.out.println("aritmetica1 b: " + aritmetica1.b);
-
- Aritmetica aritmetica2 = new Aritmetica(5, 8);
- System.out.println("aritmetica2 = " + aritmetica2.a);
- System.out.println("aritmetica2 = " + aritmetica2.b);
- //aritmetica1 = null; nunca utilizar esto, no se debe hacer
- //System.gc(); metodo para limpiar residuos, es pesado, no utilizar
- Persona persona = new Persona("Gabriel", "Gonzalez");
- System.out.println("persona = " + persona);
- System.out.println("Persona nombre: " + persona.nombre);
- System.out.println("Persona apellido: " + persona.apellido);
-
-
- }
- //Modularidad craemos un nuevo método
- public static void miMetodo(){
- //int a = 10; //Una variable esta limitada
- System.out.println("Aqui hay otro método");
-
-
-
- }
-
-}
-//Creamos una nueva clase
-class Persona{
- String nombre;
- String apellido;
-
- Persona(String nombre, String apellido){ //Constructor
- super(); //
- //Imprimir imprimir = new Imprimir();
- new Imprimir().imprimir(this);
- this.nombre = nombre;
- this.apellido = apellido;
- System.out.println("Objeto persona usando this: " + this);
-
- }
-
-}
-class Imprimir{
- public Imprimir(){
- super(); //El constructor de la clase padre, para reservar memoria
- }
-
- public void imprimir(Persona persona){
- System.out.println("Persona desde la clase imprimir: " + persona);
- System.out.println("Impersión del objeto actual (this): " + this);
- }
-}
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/build.xml b/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/build.xml
deleted file mode 100644
index ad71228b..00000000
--- a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project ContextoEstatico.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/build/built-jar.properties b/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/build/built-jar.properties
deleted file mode 100644
index 05bcc2f2..00000000
--- a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/build/built-jar.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-#Mon, 30 Oct 2023 16:42:16 -0300
-
-
-C\:\\Users\\User\\Tecnicatura2S\\Java\\Clase8\\ContextoEstatico=
diff --git a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/build/classes/domain/Persona.class b/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/build/classes/domain/Persona.class
deleted file mode 100644
index b08dfcf8..00000000
Binary files a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/build/classes/domain/Persona.class and /dev/null differ
diff --git a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/build/classes/test/PersonaPrueba.class b/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/build/classes/test/PersonaPrueba.class
deleted file mode 100644
index 93607e04..00000000
Binary files a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/build/classes/test/PersonaPrueba.class and /dev/null differ
diff --git a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/dist/ContextoEstatico.jar b/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/dist/ContextoEstatico.jar
deleted file mode 100644
index 71ef397a..00000000
Binary files a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/dist/ContextoEstatico.jar and /dev/null differ
diff --git a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/dist/README.TXT b/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/dist/README.TXT
deleted file mode 100644
index 7cc4c1ba..00000000
--- a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/dist/README.TXT
+++ /dev/null
@@ -1,32 +0,0 @@
-========================
-BUILD OUTPUT DESCRIPTION
-========================
-
-When you build an Java application project that has a main class, the IDE
-automatically copies all of the JAR
-files on the projects classpath to your projects dist/lib folder. The IDE
-also adds each of the JAR files to the Class-Path element in the application
-JAR files manifest file (MANIFEST.MF).
-
-To run the project from the command line, go to the dist folder and
-type the following:
-
-java -jar "ContextoEstatico.jar"
-
-To distribute this project, zip up the dist folder (including the lib folder)
-and distribute the ZIP file.
-
-Notes:
-
-* If two JAR files on the project classpath have the same name, only the first
-JAR file is copied to the lib folder.
-* Only JAR files are copied to the lib folder.
-If the classpath contains other types of files or folders, these files (folders)
-are not copied.
-* If a library on the projects classpath also has a Class-Path element
-specified in the manifest,the content of the Class-Path element has to be on
-the projects runtime path.
-* To set a main class in a standard Java project, right-click the project node
-in the Projects window and choose Properties. Then click Run and enter the
-class name in the Main Class field. Alternatively, you can manually type the
-class name in the manifest Main-Class element.
diff --git a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/manifest.mf b/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/manifest.mf
deleted file mode 100644
index 328e8e5b..00000000
--- a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/build-impl.xml b/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/build-impl.xml
deleted file mode 100644
index 9bde8fd5..00000000
--- a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/build-impl.xml
+++ /dev/null
@@ -1,1770 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set src.dir
- Must set test.src.dir
- Must set build.dir
- Must set dist.dir
- Must set build.classes.dir
- Must set dist.javadoc.dir
- Must set build.test.classes.dir
- Must set build.test.results.dir
- Must set build.classes.excludes
- Must set dist.jar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No tests executed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set JVM to use for profiling in profiler.info.jvm
- Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- To run this application from the command line without Ant, try:
-
- java -jar "${dist.jar.resolved}"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must set fix.includes
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set profile.class
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Some tests failed; see details above.
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
- Some tests failed; see details above.
-
-
-
- Must select some files in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
- Some tests failed; see details above.
-
-
-
-
- Must select one file in the IDE or set test.class
-
-
-
- Must select one file in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/genfiles.properties
deleted file mode 100644
index 29ec3a25..00000000
--- a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=7e4360fd
-build.xml.script.CRC32=6efedea3
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=7e4360fd
-nbproject/build-impl.xml.script.CRC32=ff84682e
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/private/private.properties b/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/private/private.properties
deleted file mode 100644
index b5fa6af8..00000000
--- a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/private/private.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-compile.on.save=true
-user.properties.file=C:\\Users\\User\\AppData\\Roaming\\NetBeans\\12.1\\build.properties
diff --git a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/private/private.xml b/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/private/private.xml
deleted file mode 100644
index e91470b1..00000000
--- a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/private/private.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
- file:/C:/Users/User/Tecnicatura2S/Java/Clase8/ContextoEstatico/src/domain/Persona.java
- file:/C:/Users/User/Tecnicatura2S/Java/Clase8/ContextoEstatico/src/test/PersonaPrueba.java
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/project.properties b/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/project.properties
deleted file mode 100644
index bf88db9a..00000000
--- a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/project.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-annotation.processing.enabled=true
-annotation.processing.enabled.in.editor=false
-annotation.processing.processor.options=
-annotation.processing.processors.list=
-annotation.processing.run.all.processors=true
-annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-build.classes.dir=${build.dir}/classes
-build.classes.excludes=**/*.java,**/*.form
-# This directory is removed when the project is cleaned:
-build.dir=build
-build.generated.dir=${build.dir}/generated
-build.generated.sources.dir=${build.dir}/generated-sources
-# Only compile against the classpath explicitly listed here:
-build.sysclasspath=ignore
-build.test.classes.dir=${build.dir}/test/classes
-build.test.results.dir=${build.dir}/test/results
-# Uncomment to specify the preferred debugger connection transport:
-#debug.transport=dt_socket
-debug.classpath=\
- ${run.classpath}
-debug.modulepath=\
- ${run.modulepath}
-debug.test.classpath=\
- ${run.test.classpath}
-debug.test.modulepath=\
- ${run.test.modulepath}
-# Files in build.classes.dir which should be excluded from distribution jar
-dist.archive.excludes=
-# This directory is removed when the project is cleaned:
-dist.dir=dist
-dist.jar=${dist.dir}/ContextoEstatico.jar
-dist.javadoc.dir=${dist.dir}/javadoc
-dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/ContextoEstatico
-excludes=
-includes=**
-jar.compress=false
-javac.classpath=
-# Space-separated list of extra javac options
-javac.compilerargs=
-javac.deprecation=false
-javac.external.vm=true
-javac.modulepath=
-javac.processormodulepath=
-javac.processorpath=\
- ${javac.classpath}
-javac.source=15
-javac.target=15
-javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-javac.test.modulepath=\
- ${javac.modulepath}
-javac.test.processorpath=\
- ${javac.test.classpath}
-javadoc.additionalparam=
-javadoc.author=false
-javadoc.encoding=${source.encoding}
-javadoc.html5=false
-javadoc.noindex=false
-javadoc.nonavbar=false
-javadoc.notree=false
-javadoc.private=false
-javadoc.splitindex=true
-javadoc.use=true
-javadoc.version=false
-javadoc.windowtitle=
-# The jlink additional root modules to resolve
-jlink.additionalmodules=
-# The jlink additional command line parameters
-jlink.additionalparam=
-jlink.launcher=true
-jlink.launcher.name=ContextoEstatico
-main.class=
-manifest.file=manifest.mf
-meta.inf.dir=${src.dir}/META-INF
-mkdist.disabled=false
-platform.active=default_platform
-run.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-# Space-separated list of JVM arguments used when running the project.
-# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
-# To set system properties for unit tests define test-sys-prop.name=value:
-run.jvmargs=
-run.modulepath=\
- ${javac.modulepath}
-run.test.classpath=\
- ${javac.test.classpath}:\
- ${build.test.classes.dir}
-run.test.modulepath=\
- ${javac.test.modulepath}
-source.encoding=UTF-8
-src.dir=src
-test.src.dir=test
diff --git a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/project.xml b/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/project.xml
deleted file mode 100644
index e18d317e..00000000
--- a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- ContextoEstatico
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/src/domain/Persona.java b/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/src/domain/Persona.java
deleted file mode 100644
index ca0a0512..00000000
--- a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/src/domain/Persona.java
+++ /dev/null
@@ -1,51 +0,0 @@
-
-package domain;
-
-public class Persona {
-
- //Cargamos los atributos
- private int idPersona;
- private static int contadorPersona;
- private String nombre;
-
- //Constructor
- public Persona(String nombre){
- this.nombre = nombre;
-
- //Incrementar el contador por cada objeto nuevo
- Persona.contadorPersona++; //No utlizar el operador this
- //Vamos a asignar un nuevo valor a la variable idPersona
- this.idPersona = Persona.contadorPersona;
- }
-
- public static int getContadorPersona() {
- return contadorPersona;
- }
-
- public static void setContadorPersona(int aContadorPersona) {
- contadorPersona = aContadorPersona;
- }
-
- public int getIdPersona() {
- return this.idPersona;
- }
-
- public void setIdPersona(int idPersona) {
- this.idPersona = idPersona;
- }
-
- public String getNombre() {
- return this.nombre;
- }
-
- public void setNombre(String nombre) {
- this.nombre = nombre;
- }
-
- @Override
- public String toString() {
- return "Persona{" + "idPersona=" + idPersona + ", nombre=" + nombre + '}';
- }
-
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/src/test/PersonaPrueba.java b/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/src/test/PersonaPrueba.java
deleted file mode 100644
index 584b5726..00000000
--- a/Gabriel Gonzalez/Java/Clase8/ContextoEstatico/src/test/PersonaPrueba.java
+++ /dev/null
@@ -1,30 +0,0 @@
-
-package test;
-
-import domain.Persona;
-
-public class PersonaPrueba {
- private int contador;
- public static void main(String[] args) {
- Persona persona1 = new Persona ("Ariel");
- System.out.println("persona1 = " + persona1);
- Persona persona2 = new Persona ("Osvaldo");
- System.out.println("persona2 = " + persona2);
- imprimir(persona1);
- imprimir(persona2);
- //this.contador = 10; //No se puede referenciar desde un contexto estático
- PersonaPrueba personaP1 = new PersonaPrueba();
- System.out.println(personaP1.getcontador());
-
- }
-
- public static void imprimir(Persona persona){
- System.out.println("persona = " + persona);
-
- }
-
- public int getcontador(){
- imprimir(new Persona ("Liliana"));
- return this.contador;
- }
-}
diff --git a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/build.xml b/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/build.xml
deleted file mode 100644
index 80c330ec..00000000
--- a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/build.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Builds, tests, and runs the project Encapsulamiento.
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/build/built-jar.properties b/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/build/built-jar.properties
deleted file mode 100644
index 9260a777..00000000
--- a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/build/built-jar.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-#Mon, 30 Oct 2023 03:39:18 -0300
-
-
-C\:\\Users\\User\\Tecnicatura2S\\Java\\Clase7\\Encapsulamiento=
diff --git a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/build/classes/dominio/Persona.class b/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/build/classes/dominio/Persona.class
deleted file mode 100644
index 6534c74e..00000000
Binary files a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/build/classes/dominio/Persona.class and /dev/null differ
diff --git a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/build/classes/test/PersonaPrueba.class b/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/build/classes/test/PersonaPrueba.class
deleted file mode 100644
index 69a100e2..00000000
Binary files a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/build/classes/test/PersonaPrueba.class and /dev/null differ
diff --git a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/manifest.mf b/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/manifest.mf
deleted file mode 100644
index 328e8e5b..00000000
--- a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/manifest.mf
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-X-COMMENT: Main-Class will be added automatically by build
-
diff --git a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/build-impl.xml b/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/build-impl.xml
deleted file mode 100644
index 44516af7..00000000
--- a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/build-impl.xml
+++ /dev/null
@@ -1,1770 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set src.dir
- Must set test.src.dir
- Must set build.dir
- Must set dist.dir
- Must set build.classes.dir
- Must set dist.javadoc.dir
- Must set build.test.classes.dir
- Must set build.test.results.dir
- Must set build.classes.excludes
- Must set dist.jar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- No tests executed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must set JVM to use for profiling in profiler.info.jvm
- Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- To run this application from the command line without Ant, try:
-
- java -jar "${dist.jar.resolved}"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must select one file in the IDE or set debug.class
-
-
-
-
- Must set fix.includes
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set profile.class
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
- This target only works when run from inside the NetBeans IDE.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
-
- Must select one file in the IDE or set run.class
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set javac.includes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Some tests failed; see details above.
-
-
-
-
-
-
-
-
- Must select some files in the IDE or set test.includes
-
-
-
- Some tests failed; see details above.
-
-
-
- Must select some files in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
- Some tests failed; see details above.
-
-
-
-
- Must select one file in the IDE or set test.class
-
-
-
- Must select one file in the IDE or set test.class
- Must select some method in the IDE or set test.method
-
-
-
-
-
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
- Must select one file in the IDE or set applet.url
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/genfiles.properties b/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/genfiles.properties
deleted file mode 100644
index 315ecc70..00000000
--- a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/genfiles.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=8bb31896
-build.xml.script.CRC32=bd535e09
-build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
-# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
-# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=8bb31896
-nbproject/build-impl.xml.script.CRC32=33e27fa5
-nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
diff --git a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/private/private.properties b/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/private/private.properties
deleted file mode 100644
index b5fa6af8..00000000
--- a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/private/private.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-compile.on.save=true
-user.properties.file=C:\\Users\\User\\AppData\\Roaming\\NetBeans\\12.1\\build.properties
diff --git a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/private/private.xml b/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/private/private.xml
deleted file mode 100644
index 0306f75d..00000000
--- a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/private/private.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
- file:/C:/Users/User/Tecnicatura2S/Java/Clase7/Encapsulamiento/src/dominio/Persona.java
- file:/C:/Users/User/Tecnicatura2S/Java/Clase7/Encapsulamiento/src/test/PersonaPrueba.java
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/project.properties b/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/project.properties
deleted file mode 100644
index a839adc3..00000000
--- a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/project.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-annotation.processing.enabled=true
-annotation.processing.enabled.in.editor=false
-annotation.processing.processor.options=
-annotation.processing.processors.list=
-annotation.processing.run.all.processors=true
-annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-build.classes.dir=${build.dir}/classes
-build.classes.excludes=**/*.java,**/*.form
-# This directory is removed when the project is cleaned:
-build.dir=build
-build.generated.dir=${build.dir}/generated
-build.generated.sources.dir=${build.dir}/generated-sources
-# Only compile against the classpath explicitly listed here:
-build.sysclasspath=ignore
-build.test.classes.dir=${build.dir}/test/classes
-build.test.results.dir=${build.dir}/test/results
-# Uncomment to specify the preferred debugger connection transport:
-#debug.transport=dt_socket
-debug.classpath=\
- ${run.classpath}
-debug.modulepath=\
- ${run.modulepath}
-debug.test.classpath=\
- ${run.test.classpath}
-debug.test.modulepath=\
- ${run.test.modulepath}
-# Files in build.classes.dir which should be excluded from distribution jar
-dist.archive.excludes=
-# This directory is removed when the project is cleaned:
-dist.dir=dist
-dist.jar=${dist.dir}/Encapsulamiento.jar
-dist.javadoc.dir=${dist.dir}/javadoc
-dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/Encapsulamiento
-excludes=
-includes=**
-jar.compress=false
-javac.classpath=
-# Space-separated list of extra javac options
-javac.compilerargs=
-javac.deprecation=false
-javac.external.vm=true
-javac.modulepath=
-javac.processormodulepath=
-javac.processorpath=\
- ${javac.classpath}
-javac.source=15
-javac.target=15
-javac.test.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-javac.test.modulepath=\
- ${javac.modulepath}
-javac.test.processorpath=\
- ${javac.test.classpath}
-javadoc.additionalparam=
-javadoc.author=false
-javadoc.encoding=${source.encoding}
-javadoc.html5=false
-javadoc.noindex=false
-javadoc.nonavbar=false
-javadoc.notree=false
-javadoc.private=false
-javadoc.splitindex=true
-javadoc.use=true
-javadoc.version=false
-javadoc.windowtitle=
-# The jlink additional root modules to resolve
-jlink.additionalmodules=
-# The jlink additional command line parameters
-jlink.additionalparam=
-jlink.launcher=true
-jlink.launcher.name=Encapsulamiento
-main.class=
-manifest.file=manifest.mf
-meta.inf.dir=${src.dir}/META-INF
-mkdist.disabled=false
-platform.active=default_platform
-run.classpath=\
- ${javac.classpath}:\
- ${build.classes.dir}
-# Space-separated list of JVM arguments used when running the project.
-# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
-# To set system properties for unit tests define test-sys-prop.name=value:
-run.jvmargs=
-run.modulepath=\
- ${javac.modulepath}
-run.test.classpath=\
- ${javac.test.classpath}:\
- ${build.test.classes.dir}
-run.test.modulepath=\
- ${javac.test.modulepath}
-source.encoding=UTF-8
-src.dir=src
-test.src.dir=test
diff --git a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/project.xml b/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/project.xml
deleted file mode 100644
index f5740099..00000000
--- a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/nbproject/project.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- org.netbeans.modules.java.j2seproject
-
-
- Encapsulamiento
-
-
-
-
-
-
-
-
-
diff --git a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/src/dominio/Persona.java b/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/src/dominio/Persona.java
deleted file mode 100644
index bfbf37cb..00000000
--- a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/src/dominio/Persona.java
+++ /dev/null
@@ -1,51 +0,0 @@
-
-package dominio;
-
-public class Persona {
- //Atributos
- private String nombre;
- private double sueldo;
- private boolean eliminado;
-
- //Constructor
- public Persona(String nombre, double sueldo, boolean eliminado){
- this.nombre = nombre;
- this.sueldo = sueldo;
- this.eliminado = eliminado;
-
- }
-
- public String getNombre() {
- return nombre;
- }
-
- public void setNombre(String nombre) {
- this.nombre = nombre;
- }
-
- public double getSueldo() {
- return sueldo;
- }
-
- public void setSueldo(double sueldo) {
- this.sueldo = sueldo;
- }
-
- public boolean isEliminado() {
- return eliminado;
- }
-
- public void setEliminado(boolean eliminado) {
- this.eliminado = eliminado;
- }
-
- public String toString(){
- return "Persona [ nombre: "+ this.nombre+
- ", sueldo: "+ this.sueldo+
- ", eliminado: "+ this.eliminado+" ]";
-
-
- }
-
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/src/test/PersonaPrueba.java b/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/src/test/PersonaPrueba.java
deleted file mode 100644
index 6b6dc0de..00000000
--- a/Gabriel Gonzalez/Java/Clase8/Encapsulamiento/src/test/PersonaPrueba.java
+++ /dev/null
@@ -1,41 +0,0 @@
-
-package test;
-
-import dominio.Persona;
-
-public class PersonaPrueba {
- public static void main(String[] args) {
- Persona persona1 = new Persona("Osvaldo", 57.000, false );
- System.out.println("persona1 su nombre es: " + persona1.getNombre());
- System.out.println("persona1 = " + persona1);
-
- //Modificar a través de los métodos
- persona1.setNombre("Juan Ignacio");
- //persona1.nombre = "Juan Ignacio"; //Ya no se puede utilizar
- //System.out.println("El nombre es: " + persona1.nombre); //Error
-
- System.out.println("persona1 con su nombre modificado: " + persona1.getNombre());
- System.out.println("persona1 el resultado para su sueldo: " + persona1.getSueldo());
- System.out.println("persona1 para obtener el booleano: " + persona1.isEliminado());
-
- //Tarea: Crear otro objeto de tipo Persona, asignar valores de manera inicial y imprimir
- //Luego modificar sus valores y volver a imprimir.
-
- Persona persona2 = new Persona("Fernando", 100.000, true);
- System.out.println("Persona2 su nombre es: " + persona2.getNombre());
- System.out.println("Persona2 su sueldo es: " + persona2.getSueldo());
-
-
- //Modifico valores
- persona2.setNombre("Agustín");
- persona2.setSueldo(150.000);
-
- System.out.println("Persona2 con su nombre modificado : " + persona2.getNombre());
- System.out.println("Persona2 con su sueldo modificado: " + persona2.getSueldo());
- System.out.println("Persona2 para obtener el booleano: " + persona2.isEliminado());
-
- System.out.println("persona1 = " + persona1); //Como ya esta definido toString imprime por si solo
- System.out.println("persona2 = " + persona2);
- }
-
-}
diff --git a/Gabriel Gonzalez/Java/Clase8/herencia.uxf b/Gabriel Gonzalez/Java/Clase8/herencia.uxf
deleted file mode 100644
index ca64f22f..00000000
--- a/Gabriel Gonzalez/Java/Clase8/herencia.uxf
+++ /dev/null
@@ -1,42 +0,0 @@
-10UMLClass29040210210<<Persona>>
---
--nombre: String
--genero: char
--edad: int
--direccion: String
---
-+getNombre(): Str
-+setNombre(String): void
-+getGenero(): char
-+setGenero(char): void
-+getEdad(): int
-+setEdad(int): void
-+getDireccion(): String
-+setDireccion(String): void
-UMLClass90330210110<<Empleado>>
---
--idEmpleado: int
--sueldo: double
---
-+getIdEmpleado): int
-+getSueldo()
-+setSueldo(double): void
-
-
-
-UMLClass470330210110<<Cliente>>
---
--idCliente: int
--fechaRegistro: Date
--vip: boolean
---
-+getIdCliente(): int
-+getFechaRegistro(): Date
-
-
-Relation14027026040lt=()-
-<<extends>>10;20;240;20Relation36027028040lt=()-
-<<extends>>260;20;10;20Relation6102803080lt=<.
-10;10;10;60Relation14028010080lt=<.
-<<instanceOf>>10;10;10;60Relation3802403070lt=<.
-10;10;10;50
\ No newline at end of file
diff --git a/Gabriel Gonzalez/JavaScript/Clase3/Leccion02/02-01-TiposDatos.js b/Gabriel Gonzalez/JavaScript/Clase3/Leccion02/02-01-TiposDatos.js
deleted file mode 100644
index b385eeb6..00000000
--- a/Gabriel Gonzalez/JavaScript/Clase3/Leccion02/02-01-TiposDatos.js
+++ /dev/null
@@ -1,21 +0,0 @@
-//Tipos de datos en JavaScript
-/*
-La sintaxis en lo que es comentarios es identica a Java
-*/
-var nombre = "Gabriel"; //Tipo String
-console.log(typeof nombre);
-var nombre = 7;
-console.log(typeof nombre);
-var nombre = 12.3;
-console.log(typeof nombre);
-
-var numero = 3000; //Tipo int
-console.log(numero);
-
-var objeto = {
- nombre: "Gabriel",
- apellido: "Gonzalez",
- telefono: 2625580670
-
-}
-console.log(typeof objeto);
diff --git a/Gabriel Gonzalez/JavaScript/Clase3/Leccion02/index.html b/Gabriel Gonzalez/JavaScript/Clase3/Leccion02/index.html
deleted file mode 100644
index 52e7e298..00000000
--- a/Gabriel Gonzalez/JavaScript/Clase3/Leccion02/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
- JavaScript
-
-
-
-
-
\ No newline at end of file
diff --git a/Gabriel Gonzalez/JavaScript/Clase4/TiposDatos2.js b/Gabriel Gonzalez/JavaScript/Clase4/TiposDatos2.js
deleted file mode 100644
index 770357d4..00000000
--- a/Gabriel Gonzalez/JavaScript/Clase4/TiposDatos2.js
+++ /dev/null
@@ -1,36 +0,0 @@
-// Clase 4 Tipos de datos parte 2:
-var nombre = "Gabriel";
-console.log(typeof nombre);
-var nombre = 7;
-console.log(typeof nombre);
-var nombre = 12.3;
-console.log(typeof nombre);
-var numero = 3000;
-console.log(numero);
-var objeto = {
- nombre: "Gabriel",
- apellido: "Gonzalez",
- telefono: 262558067021
-}
-console.log(typeof objeto);
-
-//Tipo de dato boolean
-var bandera = true;
-console.log(typeof bandera);
-
-//Tipo de dato de funcion
-function mifuncion(){};
-console.log(typeof mifuncion);
-
-//Tipo de dato symbol
-let simbolo = Symbol("Mi simbolo");
-console.log(typeof simbolo);
-
-//Tipo de dato clase
-class Persona{
- constructor(nombre,apellido){
- this.nombre = nombre;
- this.apellido = apellido;
- }
-}
-console.log(typeof Persona);
\ No newline at end of file
diff --git a/Gabriel Gonzalez/JavaScript/Clase4/index.html b/Gabriel Gonzalez/JavaScript/Clase4/index.html
deleted file mode 100644
index 3db655d7..00000000
--- a/Gabriel Gonzalez/JavaScript/Clase4/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Clase4
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Gabriel Gonzalez/JavaScript/Clase5/Sintaxis JS y Java.txt b/Gabriel Gonzalez/JavaScript/Clase5/Sintaxis JS y Java.txt
deleted file mode 100644
index 004112ab..00000000
--- a/Gabriel Gonzalez/JavaScript/Clase5/Sintaxis JS y Java.txt
+++ /dev/null
@@ -1,63 +0,0 @@
-Sintaxis similares entre Java y JavaScript
-Operadores Simplificados/Compuestos:
-+=
--=
-*=
-/=
-%=
-**=
-
-Operadores Aritmeticos:
-+
--
-*
-/
-% //Residuo
-** //Exponente
-
-Operadores de Asignación:
-=
-
-Los operadores simplificados también asignan
-
-Operadores de Comparación(Boolean):
-== Revisa el valor sin importar el tipo de dato
-=== Revisa el valor y el tipo también
-
-Documentar:
-// = Para una línea de comentario
-/* */ = Para múltiples líneas de comentario
-
-Secuencias de Escape:
-\' = Mostar una comilla simple dentro de una cadena en la salida de información
-\" = Mostar doble comilla dentro de una cadena en la salida de información
-\\ = Barra invertida, diagonal inversa, es para mostrar una back slash
-\n = esto es un salto de línea
-\r = Retorno
-\t = Tabulación
-\b = Retroceso
-\f = Salto de página
-
-Operador de Aumento:
-++
-Ejemplo: Let z = ++a; //PreIncremento
-Ejemplo: z = a++; //PosIncremento
-
-Operador de Decremento:
---
-Ejemplo: Let z = --a; //PreDecremento
-Ejemplo: z = a--; //PosDecremento
-
-Operador Distinto, Diferente(Boolean):
-!= Comprueba valores sin revisar el tipo
-!== Comprueba el valor y también el tipo
-
-Operadores Relacionales(Boolean):
-<
->
-<=
->=
-
-Operadores Lógicos
-And -> && Doble aspersan
-or ->
\ No newline at end of file
diff --git a/Gabriel Gonzalez/JavaScript/Clase5/TiposDeDatos3.js b/Gabriel Gonzalez/JavaScript/Clase5/TiposDeDatos3.js
deleted file mode 100644
index 7dd0f69c..00000000
--- a/Gabriel Gonzalez/JavaScript/Clase5/TiposDeDatos3.js
+++ /dev/null
@@ -1,16 +0,0 @@
-//Tipo de dato undefined
-var x;
-console.log(x);
-
-x = undefined;
-console.log(typeof x);
-// null
-var y = null; // null no es un tipo de dato, pero su origen es de tipo object
-console.log(typeof y);
-// Tipo de dato array y Empity string
-var autos = ["Audi", "Peugeot", "Ford", "Chevrolet"];
-console.log(autos);
-console.log(typeof autos) //Preguntamos que tipo de dato es:
-var z = '';
-console.log(z); //Esto se refiere a una cadena vacia
-console.log(typeof z)
\ No newline at end of file
diff --git a/Gabriel Gonzalez/JavaScript/Clase5/index.html b/Gabriel Gonzalez/JavaScript/Clase5/index.html
deleted file mode 100644
index eb0cce65..00000000
--- a/Gabriel Gonzalez/JavaScript/Clase5/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Clase5
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Gabriel Gonzalez/JavaScript/Clase6/ConcatenacionDeCadenas.js b/Gabriel Gonzalez/JavaScript/Clase6/ConcatenacionDeCadenas.js
deleted file mode 100644
index f7f59fef..00000000
--- a/Gabriel Gonzalez/JavaScript/Clase6/ConcatenacionDeCadenas.js
+++ /dev/null
@@ -1,16 +0,0 @@
-var nombre = "Jose";
-var apellido = "Montes";
-var nombreCompleto = nombre+" "+apellido; //Primera concatenacion
-console.log(nombreCompleto);
-
-var nombreCompleto2 = "Gabriel"+" "+ "Gonzalez"; //Segunda concatenacion
-console.log(nombreCompleto2);
-var juntos = nombre + 219; //Lee de izq a der siguiendo la cadena lee el numero como str
-console.log(juntos);
-juntos = nombre + 78 + 17;
-console.log(juntos);
-juntos = (78 + 17) + nombre;
-console.log(juntos);
-
-nombre += apellido; //Tercera concatenación usando el operador simplificado
-console.log(nombre);
diff --git a/Gabriel Gonzalez/JavaScript/Clase6/index.html b/Gabriel Gonzalez/JavaScript/Clase6/index.html
deleted file mode 100644
index 38187fa1..00000000
--- a/Gabriel Gonzalez/JavaScript/Clase6/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Clase6
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Gabriel Gonzalez/JavaScript/Clase7/OperadoresJavaScript.js b/Gabriel Gonzalez/JavaScript/Clase7/OperadoresJavaScript.js
deleted file mode 100644
index b53b9132..00000000
--- a/Gabriel Gonzalez/JavaScript/Clase7/OperadoresJavaScript.js
+++ /dev/null
@@ -1,19 +0,0 @@
-//Ejercicio para encontrar números pares
-let parImpar = 11;
-if(parImpar % 2 == 0){
- console.log("Es un número PAR")
-}
-else{
- console.log("Es un número IMPAR")
-}
-
-//Ejercicio es mayor de edad
-let Edad = 19, mayorDeEdad = 18;
-if(Edad >= mayorDeEdad){
- console.log("Es mayor de edad")
-}
-else{
- console.log("Es menor de edad")
-}
-
-
diff --git a/Gabriel Gonzalez/JavaScript/Clase7/SimilitudesJavaJs.js b/Gabriel Gonzalez/JavaScript/Clase7/SimilitudesJavaJs.js
deleted file mode 100644
index 405b8025..00000000
--- a/Gabriel Gonzalez/JavaScript/Clase7/SimilitudesJavaJs.js
+++ /dev/null
@@ -1,10 +0,0 @@
-let x, y; //Se pueden crear varias variables dentro de una misma línea
-x = 17, y = 21; //Se puede hacer asignación de varias variables en una misma línea
-let z = x + y;
-console.log(z)
-
-let _1num = 31; //No utilizar números para inicializar el nombre de una variable
-let rompiendo = "Rompe"; //No utilizar palabras reservadas para variables
-
-console.log(_1num);
-console.log(rompiendo);
\ No newline at end of file
diff --git a/Gabriel Gonzalez/JavaScript/Clase7/index.html b/Gabriel Gonzalez/JavaScript/Clase7/index.html
deleted file mode 100644
index e662a4e7..00000000
--- a/Gabriel Gonzalez/JavaScript/Clase7/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
- Clase7
-
-
-
-
-
\ No newline at end of file
diff --git a/Gabriel Gonzalez/JavaScript/Clase8/EjercicioDentroDeUnRango.js b/Gabriel Gonzalez/JavaScript/Clase8/EjercicioDentroDeUnRango.js
deleted file mode 100644
index a6e6ffae..00000000
--- a/Gabriel Gonzalez/JavaScript/Clase8/EjercicioDentroDeUnRango.js
+++ /dev/null
@@ -1,8 +0,0 @@
-let dentroRango = 10;
-let valMinima = 0, valMaxima = 10;
-if(dentroRango >= valMinima && dentroRango <= valMaxima){
- console.log("Esta dentro del rango establecido");
-}
-else{
- console.log("Esta fuera de rango del rango establecido");
-}
\ No newline at end of file
diff --git a/Gabriel Gonzalez/JavaScript/Clase8/VarLetYConst.js b/Gabriel Gonzalez/JavaScript/Clase8/VarLetYConst.js
deleted file mode 100644
index ad64b664..00000000
--- a/Gabriel Gonzalez/JavaScript/Clase8/VarLetYConst.js
+++ /dev/null
@@ -1,56 +0,0 @@
-//Hoy ya no se usa var, se utiliza let y const
-let nombre1 = "Pedro";
-console.log(nombre);
-let nombre2 = "Gabriel";
-console.log(nombre2);
-
-const apellido2 = "Gonzalez";
-console.log(apellido2);
-// apellido2 = "Peréz"; (Una constante no puede ser reutilizada)
-
-//Ampliando el uso de var let y const
-/*
-con var puedes reasignar en cualquier momento este forma parte
-del ambito global, Un error es que se sobreescriba
-*/
-
-var nombre = "Ariel";
-nombre = "Osvaldo";
-console.log(nombre);
-
-function saludar(){
- var nombre3 = "Natalia";
- console.log(nombre3);
-}
-// console.log(nombre3); //Aquí no lee el dato en la función
-if(true){
- var edad = 34;
- console.log(edad);
-}
-console.log(edad); //En la función funciona correctamente, en la estructura if fallo
-
-/*
-let: esta puede ser reasignada en cualquier momento la diferencia es
-que su ambito de bloque, solo disponible dentro de un bloque de llaves
-o dentro de una función
-*/
-
-function saludar2(){
- let nombre4 = "Ariel";
- console.log(nombre4);
-}
-//console.log(nombre4);
-
-if(true){
- let edad2 = 33;
- console.log(edad2);
-}
-//console.log(edad2);
-
-/*
-const se utiliza para valores constantes que no pueden ser reasignados
-*/
-const fechaNacimiento = 2004;
-console.log(fechaNacimiento);
-//fechaNacimiento = 2004;
-//console.log(fechaNacimiento)
\ No newline at end of file
diff --git a/Gabriel Gonzalez/JavaScript/Clase8/index.html b/Gabriel Gonzalez/JavaScript/Clase8/index.html
deleted file mode 100644
index 67a7520e..00000000
--- a/Gabriel Gonzalez/JavaScript/Clase8/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Clase8
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Gabriel Gonzalez/JavaScript/Leccion01/01-01-HolaMundo.js b/Gabriel Gonzalez/JavaScript/Leccion01/01-01-HolaMundo.js
deleted file mode 100644
index 741c7f41..00000000
--- a/Gabriel Gonzalez/JavaScript/Leccion01/01-01-HolaMundo.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var nombre = "Gabriel";
-nombre = "Gabriel \nDaniel \n";
-var apellido = "Gonzalez";
-console.log(nombre + apellido);
-
diff --git a/Gabriel Gonzalez/JavaScript/Leccion01/HolaMundo.js b/Gabriel Gonzalez/JavaScript/Leccion01/HolaMundo.js
deleted file mode 100644
index 1fea7028..00000000
--- a/Gabriel Gonzalez/JavaScript/Leccion01/HolaMundo.js
+++ /dev/null
@@ -1,4 +0,0 @@
-var nombre = "Gabriel";
-nombre = "Hola Mundo desde Java Script ";
-
-console.log(nombre);
\ No newline at end of file
diff --git a/Gabriel Gonzalez/JavaScript/Leccion01/index.html b/Gabriel Gonzalez/JavaScript/Leccion01/index.html
deleted file mode 100644
index 09c161b1..00000000
--- a/Gabriel Gonzalez/JavaScript/Leccion01/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
- JavaScript
-
-
- r
-
\ No newline at end of file
diff --git a/Gabriel Gonzalez/Proyecto_mostrarComidas/mostrarComidas01.java b/Gabriel Gonzalez/Proyecto_mostrarComidas/mostrarComidas01.java
deleted file mode 100644
index c4498f88..00000000
--- a/Gabriel Gonzalez/Proyecto_mostrarComidas/mostrarComidas01.java
+++ /dev/null
@@ -1,223 +0,0 @@
-
-import javax.swing.JOptionPane;
-
-
-
-public class mostrarComidas01 {
- static int x = 0; // Variable estática para llevar el conteo de productos en el carrito
-
- public static void main(String[] args) {
- int i, j;
- int opcion, carro = 0;
- int opcEnvio = 0;
- String[][] comidas = new String[4][4];
- String comidaElegida = "";
- String dom_inv = "";
- double precio = 0;
- double precioComida = 0;
- double[][] preciosComida = new double[4][4];
- String[] productos = new String[100];
- double total = 0.0;
- boolean inv = true;
- String saved_user = "";
- String saved_pass = "";
- String saved_dom = "";
- String saved_cel = "";
-
- // Inicializar variable precio
- precio = 0;
-
- // Llenar matriz de comidas
- comidas[0][0] = "1) Pizza cuatro quesos";
- comidas[0][1] = "2) Pizza de peperoni";
- comidas[0][2] = "3) Pizza napolitana";
- comidas[0][3] = "4) Pizza fugazzeta";
- comidas[1][0] = "5) Empanadas de jamón y queso";
- comidas[1][1] = "6) Empanadas árabes";
- comidas[1][2] = "7) Empanadas de soja";
- comidas[1][3] = "8) Empanadas de carne";
- comidas[2][0] = "9) Papas con cheddar";
- comidas[2][1] = "10) Papas con crema";
- comidas[2][2] = "11) Papas a caballo";
- comidas[2][3] = "12) Papas con salsa";
- comidas[3][0] = "13) Milanesa napolitana";
- comidas[3][1] = "14) Milanesa a caballo";
- comidas[3][2] = "15) Milanesa suiza";
- comidas[3][3] = "16) Milanesa de berenjena";
-
- // Llenar matriz de precios de comidas
- preciosComida[0][0] = 800;
- preciosComida[0][1] = 750;
- preciosComida[0][2] = 900;
- preciosComida[0][3] = 880;
- preciosComida[1][0] = 1000;
- preciosComida[1][1] = 950;
- preciosComida[1][2] = 920;
- preciosComida[1][3] = 950;
- preciosComida[2][0] = 600;
- preciosComida[2][1] = 550;
- preciosComida[2][2] = 700;
- preciosComida[2][3] = 500;
- preciosComida[3][0] = 800;
- preciosComida[3][1] = 850;
- preciosComida[3][2] = 750;
- preciosComida[3][3] = 500;
-
- // Mostrar comidas
- StringBuilder message = new StringBuilder();
- for (i = 0; i < 4; i++) {
- for (j = 0; j < 4; j++) {
- message.append(comidas[i][j]).append(" $ ").append(preciosComida[i][j]).append("\n");
- }
- }
- JOptionPane.showMessageDialog(null, message.toString());
-
- String input = JOptionPane.showInputDialog("Ingrese la opción que desee: ");
- opcion = Integer.parseInt(input);
-
- switch (opcion) {
- case 1:
- comidaElegida = "Pizza cuatro quesos";
- precio += preciosComida[0][0];
- break;
- case 2:
- comidaElegida = "Pizza de peperoni";
- precio += preciosComida[0][1];
- break;
- case 3:
- comidaElegida = "Pizza napolitana";
- precio += preciosComida[0][2];
- break;
- case 4:
- comidaElegida = "Pizza fugazzeta";
- precio += preciosComida[0][3];
- break;
- case 5:
- comidaElegida = "Empanadas de jamón y queso";
- precio += preciosComida[1][0];
- break;
- case 6:
- comidaElegida = "Empanadas árabes";
- precio += preciosComida[1][1];
- break;
- case 7:
- comidaElegida = "Empanadas de soja";
- precio += preciosComida[1][2];
- break;
- case 8:
- comidaElegida = "Empanadas de carne";
- precio += preciosComida[1][3];
- break;
- case 9:
- comidaElegida = "Papas con cheddar";
- precio += preciosComida[2][0];
- break;
- case 10:
- comidaElegida = "Papas con crema";
- precio += preciosComida[2][1];
- break;
- case 11:
- comidaElegida = "Papas a caballo";
- precio += preciosComida[2][2];
- break;
- case 12:
- comidaElegida = "Papas con salsa";
- precio += preciosComida[2][3];
- break;
- case 13:
- comidaElegida = "Milanesa napolitana";
- precio += preciosComida[3][0];
- break;
- case 14:
- comidaElegida = "Milanesa a caballo";
- precio += preciosComida[3][1];
- break;
- case 15:
- comidaElegida = "Milanesa suiza";
- precio += preciosComida[3][2];
- break;
- case 16:
- comidaElegida = "Milanesa de berenjena";
- precio += preciosComida[3][3];
- break;
- }
-
- JOptionPane.showMessageDialog(null, "Se ha añadido al carrito: " + comidaElegida);
-
- // Mostrarmos la opción elegida que se añadió al carrito
- // Damos la opción al usuario de agregar o no más productos al carrito
- char opcCarrito = ' ';
- do {
- input = JOptionPane.showInputDialog("¿Desea agregar algo más al carrito? (S/N) ");
- opcCarrito = input.charAt(0);
-
- if (opcCarrito == 'S' || opcCarrito == 's') {
- carro = Carrito(total, precio);
- productos = ProductosCarrito(productos, comidaElegida);
- mostrarCarrito(carro, productos);
- opcArmar(saved_user, saved_pass, saved_dom, saved_cel, inv, x, total, productos);
- } else {
- if (opcCarrito == 'N' || opcCarrito == 'n') {
- carro = Carrito(total, precio);
- productos = ProductosCarrito(productos, comidaElegida);
-
- Object[] options = {"Retirar en el local", "Envío a domicilio"};
- int choice = JOptionPane.showOptionDialog(null, "Desea...", "Opción de envío", JOptionPane.DEFAULT_OPTION, JOptionPane.PLAIN_MESSAGE, null, options, options[0]);
-
- if (choice == 1) {
- JOptionPane.showMessageDialog(null, "Ha seleccionado -Envío a Domicilio-\nEl costo de envío es de $200.\nEl monto total es de: $ " + (carro + 200));
-
- if (inv) {
- dom_inv = JOptionPane.showInputDialog("Por Favor Ingrese su domicilio: ");
- } else {
- if (saved_dom.equals("")) {
- saved_dom = JOptionPane.showInputDialog("Domicilio No cargado. Por Favor Ingrese su domicilio: ");
- }
- }
- fin_compra();
- } else {
- if (choice == 0) {
- JOptionPane.showMessageDialog(null, "Ha seleccionado -Retirar en el local-\nEl monto total es de: $ " + carro);
- }
- }
- } else {
- JOptionPane.showMessageDialog(null, "Error. Opción no válida. Ingrese nuevamente.");
- }
- }
- } while (opcCarrito == 'N' || opcCarrito == 'n' || opcCarrito == 'S' || opcCarrito == 's');
-
- JOptionPane.showMessageDialog(null, " ");
- }
-
- // Método para calcular el total del carrito
- public static int Carrito(double total, double precio) {
- return (int) (total + precio);
- }
-
- // Método para agregar productos al carrito
- public static String[] ProductosCarrito(String[] productos, String producto) {
- productos[x] = producto;
- x++;
- return productos;
- }
-
- // Método para mostrar el contenido del carrito
- public static void mostrarCarrito(int carro, String[] productos) {
- StringBuilder message = new StringBuilder("Contenido del carrito:\n");
- for (int i = 0; i < x; i++) {
- message.append(productos[i]).append("\n");
- }
- JOptionPane.showMessageDialog(null, message.toString() + "Monto total en el carrito: $" + carro);
- }
-
- // Método para realizar la opción de armar
- public static void opcArmar(String saved_user, String saved_pass, String saved_dom, String saved_cel, boolean inv, int x, double total, String[] productos) {
- // Implementa la lógica de la opción "opcArmar" aquí
- }
-
- // Método para finalizar la compra
- public static void fin_compra() {
- // Implementa la lógica para finalizar la compra aquí
- }
-}
-
diff --git a/Gabriel Gonzalez/Python/Clase1/Clase1.py b/Gabriel Gonzalez/Python/Clase1/Clase1.py
deleted file mode 100644
index d90ce1c7..00000000
--- a/Gabriel Gonzalez/Python/Clase1/Clase1.py
+++ /dev/null
@@ -1,68 +0,0 @@
-# Clase 1: Listas, Tuplas
-# Las listas en otros lenguajes se la conoce como arreglos o vectores
-# Listas = Ariel, Natalia, Liliana, Osvaldo
-nombres = ['Naty', 'Ariel', 'Lyly', 'Osvaldo']
-print(nombres)
-print(nombres[0])
-print(nombres [0:2]) #Solo muestra el indice 0,1 pero no el indice 2
-# Ir del inicio de la lista hasta el indice (Sin incluirlo)
-print(nombres [ :3])
-#Desde el indice indicado hasta el final
-print(nombres [1: ])
-# Modificar un valor
-nombres[2] = 'Liliana'
-nombres[0] = 'Natalia'
-print(nombres)
-#Iterar una lista
-for nombre in nombres: #nombre es singular, lista es plural
- print(nombre)
-else:
- print('Se acabaron los elementos en la lista')
-
-# Preguntamos cuantos elementos tiene la Lista
-print(len(nombres))#Le pasamos como parametro lista
-# Agregar un elemento
-nombres.append('Sergio')
-nombres.append([1,2,3])
-nombres.append(10.45)
-nombres.append([4,5])
-nombres.append(7)
-print(nombres)
-# Insertar un elemento en un indice especifico
-nombres.insert(1, 'Alberto')
-print(nombres)
-nombres.insert(3,'Luciano')
-print(nombres)
-# Eliminar un elemento
-nombres.remove('Alberto')
-print(nombres)
-# Eliminar el ultimo elemento
-nombres.pop()
-print(nombres)
-#Eliminar un indice especificado
-del nombres[2] #del significa delete (eliminar)
-print(nombres)
-# Eliminar, borrar o limpiar todos los elementos
-nombres.clear()
-print(nombres)
-# Para eliminar la lista
-del nombres
-# print(nombres) #aqui nos va a mostrar un error
-
-
-# Definimos una tulpa
-cocina = ('cuchara', 'cuchillo', 'tenedor')
-print(len(cocina))
-#Acceder a un elemento, para esto utilizamos corchetes en vez de parentesis
-print(cocina[0])
-#Mostrar de manera inversa
-print(cocina[-1])
-#Acceder a un rango
-print(cocina[0:1])
-#Ejemplo
-verduras = ('papa',) #la tulpa necesita aunque sea de un elemento la coma, sin coma es de un tipo string
-# Recorremos los ementos de la tupla
-for cocinar in cocina:#print esta usando \n para saltos de linea
- print(cocinar, end=' ') #Usamos end para eliminar saltos de linea
-
-
diff --git a/Gabriel Gonzalez/Python/Clase1/Ejercicio Tuplas listas.py b/Gabriel Gonzalez/Python/Clase1/Ejercicio Tuplas listas.py
deleted file mode 100644
index 8cc43bfa..00000000
--- a/Gabriel Gonzalez/Python/Clase1/Ejercicio Tuplas listas.py
+++ /dev/null
@@ -1,15 +0,0 @@
-#Dada la siguiente tupla
-tupla = (13, 1, 8, 3, 2, 5, 8) #Definimos la tupla
-#Crear una lista que solo incluya los numeros menores a 5
-# e imprima por consola [1, 3, 2]
-for numero in tupla:
- if numero <5:
- print(numero)
-
-#Ejemplo de profesor
-lista = [] #Definimos lista
-#Filtramos los elementos menores a 5 de la tupla
-for elemento in tupla:
- if elemento <5:
- lista.append(elemento)
-print(lista)
\ No newline at end of file
diff --git a/Gabriel Gonzalez/Python/Clase1/Ejercicios de rangos.py b/Gabriel Gonzalez/Python/Clase1/Ejercicios de rangos.py
deleted file mode 100644
index a234faf9..00000000
--- a/Gabriel Gonzalez/Python/Clase1/Ejercicios de rangos.py
+++ /dev/null
@@ -1,25 +0,0 @@
-#Ejercicio 1: Iterar un rango del 0 a 10 e imprimir numeros divisibles entre 3
-#Ejemplo de ejucucion: 0,3,6,9
-print('Rango de 0 a 10 con numeros divisibles entre 3:')
-for i in range(11):
- if i % 3 == 0:
- print(i)
-
-
-
-
-#Ejercicio 2: crear un rango de numeros de 2 a 6 e imprimelos
-#Ejemplo de ejucucion: 2,3,4,5,6
-print('Rango con valores de inicio = 2 y fin = 6')
-rango = range(2,7)
-for i in rango:
- print(i)
-
-#Ejercicio 3: crear un rango de 3 a 10 con un incremento de 2 en 2, en lugar de 1 en 1
-#Ejemplo de ejecucion:3,5,7,9
-print('Rango de 3 a 10 con incremento de 2 en 2 ')
-for i in range(3, 11 ,2):
- print(i)
-
-
-
diff --git a/Gabriel Gonzalez/Python/Clase2/Clase2.py b/Gabriel Gonzalez/Python/Clase2/Clase2.py
deleted file mode 100644
index e59e9a01..00000000
--- a/Gabriel Gonzalez/Python/Clase2/Clase2.py
+++ /dev/null
@@ -1,120 +0,0 @@
-# Tipo set
-planetas = {'Marte', 'Jupiter', 'Venus'}
-print(len (planetas)) # Usamos la funcion len (nos muestra el largo)
-
-# Revisar si un elemento existe dentro de set
-print( 'Marte' in planetas)
-
-# Agregar un elemento
-planetas.add('Tierra') # add es una funcion
-print(planetas)
-
-# Eliminar un elemento
-planetas.remove("Jupiter") # Esta funcion si ingresas mal el elemento, la funcion no se ejecuta
-print(planetas)
-
-# Ingresas mal elemento se ejecuta igual
-planetas.discard('Tierra') # Esta funcion si ingresas mal el elemento, la funcion se ejecuta de todas maneras no presenta ningun error
-print('tierra')
-
-# Limpiar set
-planetas.clear()
-print(planetas)
-
-# Elimar set o conjuntos
-# del planetas
-# print(planetas)
-
-# Diccionario
-# "Kun Aguero" : 10 Un diccionario esta compuestro por dos elementos una llave y un valor
-# dict(key,value)
-diccionario = {
- "IDE" : "Integrated Development Environment" ,
- "POO" : "Programacion orientadas a objetos" ,
- "SABD" : "Sistema de administracion de base de datos"
-}
-# Verificiar la cantidad de elementos del diccionario
-print(len(diccionario))
-
-print(diccionario)
-
-# Acceder a un diccionario con la llave (key)
-print(diccionario["IDE"])
-
-# Otra forma de recupar un elemento
-print(diccionario.get("POO"))
-print(diccionario.get("SABD"))
-
-# Modificamos elementos
-diccionario["IDE"] = "Entorno de desarrollo integrado"
-print(diccionario)
-
-# Recorrer los elementos de un diccionario
-for termino in diccionario: # Recorrer mostrando solo las llaves
- print(termino)
-
-for termino , valor in diccionario.items():
- print(termino, valor)
-
-# Otras maneras de acceder a un diccionario
-for termino in diccionario.keys():
- print(termino)
-
-for valor in diccionario.values():
- print(valor)
-
-# Comprobar la existencia de algun elemento
-print("IDE" in diccionario)
-
-# Agregar un elemento
-diccionario["PK"] = "Primary Key"
-print(diccionario)
-
-# Para eliminar un elemento
-diccionario.pop("SABD")
-print(diccionario)
-
-# Vaciar diccionario
-diccionario.clear()
-print(diccionario)
-
-# Eliminar diccionario
-del diccionario
-# print(diccionario)
-
-# Concatenamos listas
-lista1 = [1, 2, 3, 1]
-lista2 = [4, 5, 6 , 1]
-lista3 = lista1 + lista2 # Concatenacion
-print(lista3)
-
-lista3.extend([7, 8 ,9, 1])
-print(lista3) # Agrega mas elementos a la lista
-
-print(lista3.index(5)) # Funcion para indicar en que indice esta el valor ubicado
-
-# print(lista3.index(0)) Esto da un error por ser el elemento parte de la lista
-
-# Como saber cuantos valores repetidos hay en una lista
-print(lista3.count(1))
-
-# Poner una lista al reves
-lista3.reverse()
-print(lista3)
-
-# Multiplicar una lista
-lista3 = [lista3] * 2
-print(lista3)
-
-# Metodo de ordenamiento
-lista3.sort() # Ordena los elementos ascendemente
-print(lista3)
-lista3.sort(reverse = True) # Ordena los elementos descredentemente
-print(lista3)
-
-# Repaso de tuplas
-tupla = (4, "hola mundo", 6.78, [1, 2 ,3 ], 4, "hola mundo") # Puede tener diferntes tipos de datos dentro
-print(tupla)
-print(4 in tupla) # Accion booleana
-# Lo que podemos usar dentro de tuplas son: index, count, len
-# En tuplas se puede convertir de tuplas a listas, y de listas a tuplas
diff --git a/Gabriel Gonzalez/Python/Clase3/Clase3.py b/Gabriel Gonzalez/Python/Clase3/Clase3.py
deleted file mode 100644
index d221d60f..00000000
--- a/Gabriel Gonzalez/Python/Clase3/Clase3.py
+++ /dev/null
@@ -1,115 +0,0 @@
-# Para definir un conjunto
-conjunto2 = set()
-conjunto1 = {'Bye', }
-conjunto2.add(7)
-conjunto2.add('Hola')
-print(conjunto2)
-conjunto1.add('Hola')
-print(conjunto1)
-print( 3 not in conjunto1) # Preguntamos si el numero 3 no esta en el conjunto1
-
-# Como hacer la igualdad de dos conjuntos
-print(conjunto1 == conjunto2) # Nos devuelve un valor booleano
-
-# Operaciones en conjunto
-conjunto3 = conjunto1 | conjunto2 # La linea une los dos conjuntos
-print(conjunto3)
-
-conjunto3 = conjunto1 & conjunto2 # Muestra el elemento que tienen en comun
-print(conjunto3)
-
-conjunto3 = conjunto1 - conjunto2 # Asigna el valor que esta en el cojunto1 y no en el conjunto2
-print(conjunto3)
-conjunto3 = conjunto2 - conjunto1
-print(conjunto3)
-
-conjunto3 = conjunto1 ^ conjunto2 # Son los elementos que estan en los conjuntos pero no estan en ambos
-print(conjunto3)
-
-conjunto3 = conjunto1 | conjunto2
-print(conjunto2.issubset(conjunto3)) # Preguntamos si un conjunto es un subconjunto del otro
-print(conjunto1.issubset(conjunto3))
-print(conjunto3.issubset(conjunto1))
-print(conjunto3.issubset(conjunto2))
-
-print(conjunto3.issuperset(conjunto1))
-print(conjunto3.issuperset(conjunto2))
-print(conjunto2.issuperset(conjunto3))
-
-# Como saber si ambos conjuntos son disconexos, esto es si no comparten elementos en comun
-print(conjunto1.isdisjoint(conjunto2))
-
-# Convertir un conjunto totalmente en inmutable
-conjunto1 = frozenset # Esto hace que sea totalmente inmutable
-# No se puede agregar, modificar ni eliminar elementos del conjunto
-
-
-# Repaso de diccionario
-diccionario = {'Azul' : 'Blue', 'Rojo' : 'Red', 'Verde' : 'Green', 'Amarillo' : 'Yellow'}
-print(diccionario)
-
-# Eliminamos un elemento
-diccionario.pop('Azul')
-print(diccionario)
-
-# Los diccionarios pueden almacenar diferentes tipos de datos
-diccionario2 = {'Ariel' : {'Edad' : 40, 'Altura' : 1.83 }, 'Osvaldo' : [52, 1.85], 'Natalia' : [38, 1.65]}
-print(diccionario2)
-
-seleccionArgentina = {
- 10: {'Nombre' : 'Lionel Messi', 'Edad' : 36, 'Altura': 1.70, 'Precio': '70 Millones', 'Posicion' : 'Medio Campista Ofensivo'},
- 11: {'Nombre' : 'Angel DiMaria', 'Edad': 35, 'Altura': 1.80, 'Precio': '40 Millones', 'Posicion': 'Extremo'},
- 9: {'Nombre': 'Julian Alvarez', 'Edad': 23, 'Altura': 1.70, 'Precio': '150 Millones', 'Posicion': 'Delantero'},
- 5: {'Nombre': 'Rodrigo De Paul', 'Edad': 29, 'Altura': 1.80, 'Precio' : '60 Millones', 'Posicion': 'Medio Campista'},
- 20: {'Nombre': 'Alexis Mac Allister', 'Edad': 24, 'Altura': 1.76, 'Precio': '90 Millones', 'Posicion': 'Medio Campista'},
- 8: {'Nombre': 'Enzo Fernandez', 'Edad': 22, 'Altura': 1.78, 'Precio': '120 Millones', 'Posicion': 'Medio Campista'},
- 26: {'Nombre': 'Nahuel Molina', 'Edad': 25, 'Altura': 1.75, 'Precio': '50 Millones', 'Posicion': 'Lateral Derecho'},
- 13: {'Nombre': 'Cristian Romero', 'Edad': 25, 'Altura': 1.85, 'Precio': '70 Millones', 'Posicion': 'Defensa Central'},
- 19: {'Nombre': 'Nicolas Otamendi', 'Edad': 35, 'Altura': 1.83, 'Precio': '10 Millones', 'Posicion': 'Defensa Central'},
- 3: {'Nombre': 'Nicolas Tagliafico', 'Edad': 31, 'Altura': 1.72, 'Precio': '30 Millones', 'Posicion': 'Lateral Izquierdo'},
- 23: {'Nombre': 'Emiliano Martinez', 'Edad': 31, 'Altura': 1.95, 'Precio': '50 Millones', 'Posicion': 'Arquero'}
-}
-for llave, valor in seleccionArgentina.items():
- print(llave, valor)
-print("Tenemos cargado en el diccionario la cantidad de jugadores: ", end = " ")
-print(len(seleccionArgentina))
-
-
-# Pilas usando lista
-pila = [1, 2, 3]
-# Agregar elementos a la pila por el final
-pila.append(4)
-pila.append(5)
-print(pila)
-# Eliminamos el ultimo elemento
-elementoBorrado = pila.pop()
-print(f'Borramos el ultimo elemento {elementoBorrado}')
-print(f'Ahora la pila quedo asi: {pila}')
-
-# Colas con lista
-cola = ['Ariel', 'Osvaldo', 'Liliana', 'Gabriel']
-# Agregamos elementos al final de la cola
-cola.append('Lionel')
-cola.append('Julian')
-print(cola)
-# Sacamos elementos de la cola
-seRetira = cola.pop(0)
-print(f'Atendido el cliente: {seRetira}')
-print(cola)
-seRetira = cola.pop(0)
-print(f'Atendido el cliente: {seRetira}')
-print(cola)
-seRetira = cola.pop(0)
-print(f'Atendido el cliente: {seRetira}')
-print(cola)
-seRetira = cola.pop(0)
-print(f'Atendido el cliente: {seRetira}')
-print(cola)
-seRetira = cola.pop(0)
-print(f'Atendido el cliente: {seRetira}')
-print(cola)
-
-# Otra forma de ejecutar el diccionario, con el ciclo for
-for i in seleccionArgentina:
- print(f'{i} -> {seleccionArgentina[i]}')
-
diff --git a/Gabriel Gonzalez/Python/Clase4/Ejercicio01.py b/Gabriel Gonzalez/Python/Clase4/Ejercicio01.py
deleted file mode 100644
index 88cc84e7..00000000
--- a/Gabriel Gonzalez/Python/Clase4/Ejercicio01.py
+++ /dev/null
@@ -1,13 +0,0 @@
-# Ejercicio 1: Llenar una lista
-# Llenar una lista con los numeros del 1 al 50, luego mostrar la lista con
-# el bucle for, los elementos deben mostrarse de la siguiente forma:
-# 1-2-3-4-5...-50
-# lista = []
-# i = 1
-# while i <= 50:
-# lista.append(i)
-# i += 1
-lista = list(range(1,51))
-for i in lista:
- print(i,end="-")
-
diff --git a/Gabriel Gonzalez/Python/Clase4/Ejercicio02.py b/Gabriel Gonzalez/Python/Clase4/Ejercicio02.py
deleted file mode 100644
index 721a71a2..00000000
--- a/Gabriel Gonzalez/Python/Clase4/Ejercicio02.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Ejercicio 2: Modificar los elementos de una lista
-# Llenar una lista con los numeros del 1 al 10, luego modificar los elementos
-# de la lista multiplicandolos por un valor ingresado por el usuario
-
-lista = list(range(1,11))
-print("Lista original")
-for i in lista:
- print(i,end="-")
-valor = int(input("\nDigite un valor a multiplicar: "))
-for indice, i in enumerate(lista): # Función para modificar los indices de la lista
- lista[indice] *= valor
-
-print(f'Lista final con los elementos multiplicados por {valor}')
-for i in lista:
- print(i, end="-")
diff --git a/Gabriel Gonzalez/Python/Clase4/Ejercicio03.py b/Gabriel Gonzalez/Python/Clase4/Ejercicio03.py
deleted file mode 100644
index 79276594..00000000
--- a/Gabriel Gonzalez/Python/Clase4/Ejercicio03.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# Ejercicio 3: Insertar elementos y ordenarlos
-# Pedir números y meterlos en una lista, cuando el usuario
-# introduzca un número 0, nuestro programa dejaria de insertar.
-# Por último, mostar los números ordenamos de menor a mayor
-
-lista = []
-salir = False
-while not salir:
- numero = int(input("Digite un número: "))
- if numero == 0:
- salir = True
- else:
- lista.append(numero)
-lista.sort() # La lista esta ordenada con esta función
-print(f"\nLista ordenada: \n{lista}")
-
diff --git a/Gabriel Gonzalez/Python/Clase4/EjercicioColecciones1.py b/Gabriel Gonzalez/Python/Clase4/EjercicioColecciones1.py
deleted file mode 100644
index 7c6e1d9c..00000000
--- a/Gabriel Gonzalez/Python/Clase4/EjercicioColecciones1.py
+++ /dev/null
@@ -1,9 +0,0 @@
-# Ejercicio1: Eliminar duplicados de una lista
-# Escribir un programa donde tenga una lista y que a continuacion
-# elimine los elementos repetidos, por último mostrar la lista
-
-lista = [1, 2, 3, "Ariel", "Natalia", 3, 7, 3, "Ariel"]
-# conjunto = set(lista) # Convertimos la lista a un conjunto de tipo set
-# lista = list(conjunto) # Convertimos el conjunto a una lista
-lista = list(set(lista)) # Conversion hecha en una sola linea
-print(lista)
\ No newline at end of file
diff --git a/Gabriel Gonzalez/Python/Clase4/EjercicioColecciones2.py b/Gabriel Gonzalez/Python/Clase4/EjercicioColecciones2.py
deleted file mode 100644
index b8495e16..00000000
--- a/Gabriel Gonzalez/Python/Clase4/EjercicioColecciones2.py
+++ /dev/null
@@ -1,23 +0,0 @@
-# Ejercicio 2: Operaciones de conjuntos con listas
-# Escriba un programa que tenga 2 listas y que a continuación cree
-# las siguientes listas (en las que no debe haber repetición)
-# 1 lista de palabras que aparecen las listas
-# 2 lista de palabras que aparecen en la primer lista, pero no en la segunda
-# 3 lista de palabras que aparecen en la segunda lista, pero no en la primera
-# 4 lista de palabras que aparecen en ambas listas
-
-lista1 = [1,2,"Ariel",3, 9, 1, "Osvaldo"]
-lista2 = [6, 9 , 2 , "Osvaldo" , "Natalia"]
-
-conjunto1 = set(lista1)
-conjunto2 = set(lista2)
-
-union = list(conjunto1 | conjunto2) # Unimos los dos conjuntos
-solo1 = list(conjunto1 - conjunto2) # Muestra el conjunto1
-solo2 = list (conjunto2 - conjunto1) # Muestra el conjunto2
-interseccion = list(conjunto1 & conjunto2) # Mostramos ambas listas
-
-print(f'Lista de palabras que aparecen las listas: {union}')
-print(f'Lista de palabras que aparecen en la primer lista, pero no en la segunda: {solo1}')
-print(f'Lista de palabras que aparecen en la segunda lista, pero no en la primera: {solo2}')
-print(f'Lista de palabras que aparecen en ambas listas: {interseccion}')
diff --git a/Gabriel Gonzalez/Python/Clase4/EjercicioColecciones3.py b/Gabriel Gonzalez/Python/Clase4/EjercicioColecciones3.py
deleted file mode 100644
index 38270e1e..00000000
--- a/Gabriel Gonzalez/Python/Clase4/EjercicioColecciones3.py
+++ /dev/null
@@ -1,33 +0,0 @@
-# Ejercicio 3: Agregar personajes a una lista
-# Escribir un programa donde cree una lista con los siguientes personajes del señor de los anillos:
-
-# Nombre: Aragon
-# Clase: Guerrero
-# Raza: Dúnadan del norte
-
-# Nombre: Gandalf
-# Clase: Mago
-# Raza: Istar
-
-# Nombre: Legolas
-# Clase: Arquero
-# Raza: Elfo Sindar
-
-personajes = [] # Creamos una lista vacia
-# Creamos un diccionario # Como tarea agregar 3 personajes más
-p1 = {"Nombre" : "Aragon", "Clase" : "Guerrero", "Raza" : "Dúnadan del norte"}
-personajes.append(p1) # Agregamos a la lista un personaje
-p2 = {"Nombre" : "Gandalf" , "Clase" : "Mago", " Raza" : "Istar"}
-personajes.append(p2) # Agregamos a la lista un personaje
-p3 = {"Nombre" : "Legolas", "Clase" : "Arquero", "Raza" : "Elfo Sindar"}
-personajes.append(p3) # Agregamos a la lista un personaje
-p4 = {"Nombre" : "Frodo Bolson", "Clase" : "Portador", "Raza" : "Hobbits"}
-personajes.append(p4) # Agregamos a la lista un personaje
-p5 = {"Nombre" : "Saruman", "Clase" : "líder", "Raza" : "Istar"}
-personajes.append(p5) # Agregamos a la lista un personaje
-p6 = {"Nombre" : "Sauron", "Clase" : "herrero", "Raza" : "Ainur"}
-personajes.append(p6) # Agregamos a la lista un personaje
-
-print(personajes)
-
-
diff --git a/Gabriel Gonzalez/Python/Clase4/EjercicioMatematica1.py b/Gabriel Gonzalez/Python/Clase4/EjercicioMatematica1.py
deleted file mode 100644
index 8397e3f5..00000000
--- a/Gabriel Gonzalez/Python/Clase4/EjercicioMatematica1.py
+++ /dev/null
@@ -1,10 +0,0 @@
-import math # Importamos clase math para hacer uso de la función sqrt(raíz cuadrada)
-# Ejercicio de matematicas
-# Para sacar la raíz cuadrada de un numero positivo
-numero = int(input("Digite un numero positivo: "))
-while numero < 0:
- print("Error el numero debe ser un numero positivo")
- numero = int(input("Digite un numero positivo: "))
-
-print(f'\nSu raiz cuadrada es:{math.sqrt(numero):.2f}') # .2 para que no nos largue un numero tan largo
-
diff --git a/Gabriel Gonzalez/Python/Clase5/Ejercicio04.py b/Gabriel Gonzalez/Python/Clase5/Ejercicio04.py
deleted file mode 100644
index 2d4609cf..00000000
--- a/Gabriel Gonzalez/Python/Clase5/Ejercicio04.py
+++ /dev/null
@@ -1,13 +0,0 @@
-# Ejercicio 4: Sumar números pares dentro de un rango
-# hacer un programa para súmar números pares dentro
-# de un rango, por ejemplo:
-# Suma de números pares de 2 al 30
-# Suma = 240
-
-a = int(input("Digite de donde va a comenzar la suma: "))
-b = int(input("Digite hasta donde quiere llegar a sumar: "))
-suma = 0
-for i in range(a,b + 1):
- if i % 2 == 0: # Esto es si es un numero par
- suma += i
-print(f'\nLa suma de numeros pares dentro del rango es: {suma}')
\ No newline at end of file
diff --git a/Gabriel Gonzalez/Python/Clase5/Ejercicio05.py b/Gabriel Gonzalez/Python/Clase5/Ejercicio05.py
deleted file mode 100644
index a060e5f2..00000000
--- a/Gabriel Gonzalez/Python/Clase5/Ejercicio05.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# Ejercicio 5: Factorial de un número positivo
-# Hacer un programa para calcular el factorial de un número positivo
-numero = int(input("Digite un número: "))
-while numero < 0: # Mientras el número sea negativo
- print("Error -> el número tiene que ser positivo")
- numero = int(input("Digite un número: "))
-factorial = 1 # La variable para calcular el factorial
-for i in range(1, numero + 1):
- factorial *= i
-print(f'\nEl factorial del número {numero} positivo ingresado es: {factorial}')
diff --git a/Gabriel Gonzalez/Python/Clase5/Ejercicio06.py b/Gabriel Gonzalez/Python/Clase5/Ejercicio06.py
deleted file mode 100644
index 2b9dbec6..00000000
--- a/Gabriel Gonzalez/Python/Clase5/Ejercicio06.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Ejercicio 6: Tabla de múltiplicar
-# Hacer un programa que pida un número por teclado y guarde
-# en una lista su tabla de multiplicar hasta el 10. por ejemplo:
-# si digita el 5 la lista tendrá: 5,10,15,20,25,30,35,40,45,50
-
-numero = int(input("Digite un número: "))
-lista = []
-for i in range(1,11):
- lista.append(i * numero)
-
-print(f'\nTabla de multiplical del {numero} es: \n {lista}')
-
-for indice, i in enumerate(lista):
- print(f'{numero} x {i} = {lista[indice]}')
-
diff --git a/Gabriel Gonzalez/Python/Clase5/Ejercicio07.py b/Gabriel Gonzalez/Python/Clase5/Ejercicio07.py
deleted file mode 100644
index f34dd0b0..00000000
--- a/Gabriel Gonzalez/Python/Clase5/Ejercicio07.py
+++ /dev/null
@@ -1,22 +0,0 @@
-# Ejercicio 7: Juego adivina el número
-# Realizar un juego para adivinar el número. Para ello se debe
-# generar un número aleatorio entre 1-100, y luego ir pidiendo
-# números indicando "es mayor" o "es menor" según sea mayor o menor
-# con respecto a N. El proceso terminara cuando el usuario acierta
-# y allí se debe mostrar el número de intentos.
-print("\t.:Juego adivina el número:.")
-import random
-aleatorio = random.randint(0,100) # Toma de 0 a 100 literal, generamos un número aleatorio
-contador = 0
-while True:
- numero = int(input("Digite un número: "))
- contador += 1
- if numero > aleatorio:
- print("\tNo es el número, digite un número menor")
- elif numero < aleatorio:
- print("\tNo es el número, digite un número mayor")
- else:
- print(f'FELICIDADES, has adivinado el numero {aleatorio}')
- break # Romple el ciclo y bucle
-
-print(f'\nNumero de intentos: {contador}')
\ No newline at end of file
diff --git a/Gabriel Gonzalez/Python/Clase5/Ejercicio08.py b/Gabriel Gonzalez/Python/Clase5/Ejercicio08.py
deleted file mode 100644
index 5f0bd061..00000000
--- a/Gabriel Gonzalez/Python/Clase5/Ejercicio08.py
+++ /dev/null
@@ -1,39 +0,0 @@
-# Ejercicio 8: Menú interactivo - cajero automatico
-# Hacer un programa que simule un cajero automatico con un saldo
-# inicial de 1000$ y tendrá el siguiente menú de opciones:
-# 1. Ingresar dinero en la cuenta
-# 2. Retirar dinero en la cuenta
-# 3. Mostar dinero disponible
-# 4. Salir
-
-saldo = 1000
-while True:
- print("\t.:Menú.:")
- print(" 1. Ingresar dinero en la cuenta")
- print(" 2. Retirar dinero de la cuenta")
- print(" 3. Mostar dinero disponible")
- print(" 4. Salir")
-
- opcion = int(input(("Digite una opción de Menu: ")))
- print() # Representa un salto de línea
-
- if opcion == 1:
- extra = float(input("Cuanto dinero desea ingresar ->"))
- saldo += extra
- print(f'Dinero en la cuenta hasta el momento: ${saldo}')
- elif opcion == 2:
- retirar = float(input("Cuanto dinero desea retirar ->"))
- if retirar > saldo:
- print("No tiene esa cantidad de dinero")
- else:
- saldo -= retirar
- print(f'Dinero en la cuenta hasta al momento: ${saldo}')
- elif opcion == 3:
- print(f'Dinero en la cuenta hasta al momento: ${saldo}')
- elif opcion == 4:
- print("Gracias por utilizar su cajero automatico")
- break
- else:
- print("Error, se equivoco de opción de Menú")
- print()
-
diff --git a/Gabriel Gonzalez/Python/Clase5/Ejercicio09.py b/Gabriel Gonzalez/Python/Clase5/Ejercicio09.py
deleted file mode 100644
index 8c3b4264..00000000
--- a/Gabriel Gonzalez/Python/Clase5/Ejercicio09.py
+++ /dev/null
@@ -1,17 +0,0 @@
-# Ejercicio 9: Mostrar una frase sin espacios y contar su longitud
-# Hacer un programa donde el usuario ingrese una frase, se le
-# devolverá la misma frase pero sin espacios en blanco, y
-# además un contador de cuántos caracteres tiene la frase
-# (sin contar los espacios en blanco)
-# Ejemplo: frase = vivir por siempre en paz
-# frase final = vvivirporsiempreenpaz
-# Nº de caracteres = 20
-
-frase1 = input("Digite una frase: ")
-frase2 = " "
-for i in frase1:
- if i != " ":
- frase2 += i
-frase1 = frase2
-print(f'\tFrase final: {frase1}')
-print(f'\nNumero de caracteres: {len(frase1)}')
\ No newline at end of file
diff --git a/Gabriel Gonzalez/Python/Clase5/Leccion5.py b/Gabriel Gonzalez/Python/Clase5/Leccion5.py
deleted file mode 100644
index dce6c05d..00000000
--- a/Gabriel Gonzalez/Python/Clase5/Leccion5.py
+++ /dev/null
@@ -1,7 +0,0 @@
-# Comenzamos con funciones
-mi_funcion() # No se puede llamar antes de difinir a una función
-# Definimos una función
-def mi_funcion(): # Para identificar a la función usamos paréntesis
- print("Saludo a todos los profesores y tutores de la Tecnicatura")
-mi_funcion() # Estamos llamando a la función
-
diff --git a/Gabriel Gonzalez/Python/Clase6/Ejercicio10.py b/Gabriel Gonzalez/Python/Clase6/Ejercicio10.py
deleted file mode 100644
index 634fd39f..00000000
--- a/Gabriel Gonzalez/Python/Clase6/Ejercicio10.py
+++ /dev/null
@@ -1,11 +0,0 @@
-# Ejercicio 10: No repetir caracteres
-# Hacer un programa que pida una cadena por teclado, luego meter
-# los caracteres en una lista sin repetir caracteres
-
-cadena = (input("Digite una cadena: "))
-lista = []
-for i in cadena:
- if i not in lista: # Si el caracter a un no esta en la lista
- lista.append(i) # Lo agregamos a la lista
-
-print(f'\nLista de caracteres sin repetir ninguno: \n{lista}')
\ No newline at end of file
diff --git a/Gabriel Gonzalez/Python/Clase6/Ejercicio11.py b/Gabriel Gonzalez/Python/Clase6/Ejercicio11.py
deleted file mode 100644
index 461be078..00000000
--- a/Gabriel Gonzalez/Python/Clase6/Ejercicio11.py
+++ /dev/null
@@ -1,46 +0,0 @@
-# Ejercicio 11: Agenda telefonica
-# Hacer un programa que simule una agenda de contactos. Crear un
-# diccionario donde la clave sea el nombre del usuario y el valor
-# sea el telefono, el programa tendrá el siguiente menú de opciones:
-# 1- Nuevo contacto
-# 2- Borrar contacto
-# 3- Ver contactos existentes
-# 4- Salir
-
-agenda = {}
-while True:
- print('\t.:Menú:.')
- print('1. Nuevo contacto')
- print('2. Borrar contacto')
- print('3. Ver contactos existentes')
- print('4. Salir')
-
- opcion = int(input("Digite una opcion de menú: "))
- if opcion == 1:
- nombre = input("Digite el nombre del contacto: ")
- telefono = input("Digite el número del teléfono: ")
- if nombre not in agenda:
- agenda[nombre] = telefono
- print("Contacto agregado existosamente")
- else:
- print("Este nombre de contacto ya existe")
- elif opcion == 2:
- nombre = input("Cual es el nombre del contacto: ")
- if nombre in agenda:
- del (agenda[nombre])
- print("Se ha borrado el contacto requerido")
- else:
- print("Este contacto no existe en la agenda")
- elif opcion == 3:
- print("Agenda de contactos")
- for clave, valor in agenda.items():
- print(f'Nombre: {clave}, Teléfono: {valor}')
- elif opcion == 4:
- print("Gracias por utilizar su agenda de contactos")
- break
- else:
- print("Se equivoco de opción de Menú")
- print()
-
-
-
diff --git a/Gabriel Gonzalez/Python/Clase6/EjericicioFunciones01.py b/Gabriel Gonzalez/Python/Clase6/EjericicioFunciones01.py
deleted file mode 100644
index e5ad437e..00000000
--- a/Gabriel Gonzalez/Python/Clase6/EjericicioFunciones01.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Ejercicio 01: Crear una función para sumar los valores recibidos de tipo
-# numéricos, utilizando argumentos variables *args como parametro de la
-# Función y agregar como resultado la suma de todos los valores pasados
-# como argumentos.
-
-def sumar_valor(*args): # Recibimos una cantidad de parámetros indefinidos
- # pass # Cuando no queremos agregar detalles de la función usamos la palabra reservada pass
- resultado = 0
- # Iteramos cada elemento
- for valor in args:
- resultado += valor
- return resultado
-
-# Llamos a la función
-print(sumar_valor(3, 5, 9, 2, 1))
diff --git a/Gabriel Gonzalez/Python/Clase6/Funciones.py b/Gabriel Gonzalez/Python/Clase6/Funciones.py
deleted file mode 100644
index 1fd069de..00000000
--- a/Gabriel Gonzalez/Python/Clase6/Funciones.py
+++ /dev/null
@@ -1,56 +0,0 @@
-# Desempaquetado de listas o list Unpacking
-def show(name, lastname):
- print(name + '' + lastname)
-person = ["Gabriel", " Gonzalez"]
-show(person[0], person[1]) # Pasamos uno por uno los datos de la lista a la función
-show(*person)
-person2 = ("Ariel", " Betancud") # Desempaquetamos atravez de una Tupla
-show(*person2)
-person3 = {"name" : "Natalia" , "lastname" : " Lucero"}
-show(**person3)
-
-# List comprehension, lista comprensión
-names = ["Paolo", "Rodrigo", "Lupe", "Pepe"]
-alongp = [p for p in names if p [0] == "P"] # Esto regresa una nueva lista
-print(alongp)
-
-bottleC = [{"name" : "Quilmes", "country" : "Arg"},
- {"name" : "Corona" , "country" : "Mx"},
- {"name" : "Stella Artois" , "country" : "Belgium"},
- ]
-Arg = [b for b in bottleC if b["country"] == "Arg"]
-print(Arg)
-print(bottleC)
-
-Mx = [c for c in bottleC if c["country"] == "Mx"]
-print(Mx)
-
-# Paso de argumentos (funciones)
-def mi_Funcion2(name, lastname):
- print("Saludo a los tutores")
- print(f'Nombre: {name} Apellido: {lastname}')
-mi_Funcion2('Jorge', 'Lucero')
-mi_Funcion2('Ariel', 'Betancud')
-mi_Funcion2('Gabriel', 'Gonzalez')
-
-# La palabra return en funciones
-# Creamos una función para sumar
-def sumar(a,b):
- return a + b
-# resultado = sumar(78 , 22)
-# print(f'El resultado de la suma es: {resultado}')
-print(f'El resultado de la suma es: {sumar(55, 45)}')
-
-def sumar2(a = 0 , b = 0): # Le damos un valor por default
- return a + b
-resultado = sumar2()
-print(f'El resultado de la suma es: {resultado}')
-print(f'El resultado de la suma es: {sumar2(20,70)}')
-
-# Argumentos, variables en funciones
-def listarNombres(*nombres): # Normalmente se utiliza: *args
- for nombre in nombres: # Se va a convertir en una Tupla
- print(nombre)
-listarNombres('Sergio', 'Luis', 'Nicolas', 'Marcos', 'Frank')
-listarNombres('Ezequiel', 'Cristian', 'Pol', 'Valentin', 'Miguel', 'Edinson')
-
diff --git a/Gabriel Gonzalez/Python/Clase6/RepasoForElse.py b/Gabriel Gonzalez/Python/Clase6/RepasoForElse.py
deleted file mode 100644
index 9516f618..00000000
--- a/Gabriel Gonzalez/Python/Clase6/RepasoForElse.py
+++ /dev/null
@@ -1,7 +0,0 @@
-numbers = [1, 2, 3, 4, 5] # Aun con el la lista vacia se va ejecutar el else
-for n in numbers:
- print(n)
- if n == 3:
- break # Esta es la unica manera para que no se ejecute el else
-else:
- print("Esto se termino")
diff --git a/Gabriel Gonzalez/Python/Clase7/Clase7.py b/Gabriel Gonzalez/Python/Clase7/Clase7.py
deleted file mode 100644
index 6fd9d17d..00000000
--- a/Gabriel Gonzalez/Python/Clase7/Clase7.py
+++ /dev/null
@@ -1,28 +0,0 @@
-# Argumentos, variables en funciones
-def listarTerminos(**terminos): # Lo mas utilizado es **Kwargs para recibir los argumentos
- for llave, valor in terminos.items(): # Kwargs significa: Key word argument (argumento de palabra clave)
- print(f'{llave} : {valor}')
-listarTerminos() # No recibe nada, nada se va a mostrar
-listarTerminos(IDE = 'Integrated Develoment Enviroment', PK = 'Primaruy Key')
-listarTerminos(Nombre = 'Sergio Aguero')
-
-def desplegarNombres(nombres):
- for nombre in nombres:
- print(nombre)
-nombres2 = ['Lionel', 'Sergio', 'Angel']
-desplegarNombres(nombres2)
-desplegarNombres('Carla')
-# desplegarNombres(10, 11) # No es un objeto iterable
-desplegarNombres((10, 11)) # La convertimos a una tupla, en un solo elemento no olvidar la coma
-desplegarNombres({22, 55}) # La convertimos a una lista
-
-# Funciones Recursivas
-
-def factorial(numero):
- if numero == 1: # Caso base
- return 1
- else:
- return numero * factorial(numero-1) # Caso recursivo
-numeroFactorial = int(input('Digite el numero para calcular el factorial: '))
-resultado = factorial(numeroFactorial)
-print(f'El factorial del numero {numeroFactorial} es: {resultado}')
\ No newline at end of file
diff --git a/Gabriel Gonzalez/Python/Clase7/EjercicioFunciones02.py b/Gabriel Gonzalez/Python/Clase7/EjercicioFunciones02.py
deleted file mode 100644
index a8e08cbc..00000000
--- a/Gabriel Gonzalez/Python/Clase7/EjercicioFunciones02.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Ejercicio 2: Función con * args para multiplicar
-# Crear una función para multiplicar los valores recibidos
-# de tipo numérico, utilizando argumentos variables *args
-# Como parámetro de la función y regresar como resultado
-# la multiplicación de todos los valores pasados como arguemento.
-
-def multiplicar_valores(*numeros):
- resultado = 1 # El cero no nos ayuda a multiplicar
- for numero in numeros:
- resultado *= numero
- return resultado
-
-# Llamamos la función
-print(multiplicar_valores(3, 5, 15, 3)) # Le pasamos los argumentos
-
diff --git a/Gabriel Gonzalez/Python/Clase7/EjercicioFunciones03.py b/Gabriel Gonzalez/Python/Clase7/EjercicioFunciones03.py
deleted file mode 100644
index 44f43c2c..00000000
--- a/Gabriel Gonzalez/Python/Clase7/EjercicioFunciones03.py
+++ /dev/null
@@ -1,28 +0,0 @@
-# Ejercicio 3: Función Recurisva
-# Imprimir números de 5 a 1 de manera descendente usando funciones recursivas
-# Puede ser cualquier valor positivo, por ejemplo, si pasamos el valor de 5, debe imprimir:
-# 5
-# 4
-# 3
-# 2
-# 1
-# En caso de ser el número 3 debe imprimir:
-# 3
-# 2
-# 1
-# Si se ingresan números negativos no imprime nada
-
-def imprimir_numeros_recursivos(numero):
- if numero >= 1: # Caso base
- print(numero)
- imprimir_numeros_recursivos(numero -1) # Caso recursivo
- elif numero == 0:
- return
- else:
- numero <= 0
- print("Valor ingresado incorrecto")
- return
-
-numero = int(input("Digite un número: "))
-print(f'Los numeros de manera descendente del numero {numero} son: ')
-imprimir_numeros_recursivos(numero)
\ No newline at end of file
diff --git a/Gabriel Gonzalez/Python/Clase7/EjercicioFunciones04.py b/Gabriel Gonzalez/Python/Clase7/EjercicioFunciones04.py
deleted file mode 100644
index 16bbc612..00000000
--- a/Gabriel Gonzalez/Python/Clase7/EjercicioFunciones04.py
+++ /dev/null
@@ -1,17 +0,0 @@
-# Ejercicio 4: Calculadora de impuestos
-# Crear una función para calcular el total de un pago incluyendo un impuesto aplicado. (IVA)
-# Formula: pago_total = pago_sin_impuesto + pago_sin_impuesto * (impuesto/100)
-# Proporcione el pago sin impuesto: 1000
-# Proporcione el monto del impuesto: 21%
-# Pago con impuesto: xxxxx
-
-# Creamos la función que calcula el total del pago incluyendo el impuesto
-def calcular_total_pago(pago_sin_impuesto, impuesto):
- pago_total = pago_sin_impuesto + pago_sin_impuesto * (impuesto/100)
- return pago_total
-
-# Ejecutamos funciones
-pago_sin_impuesto = float(input("Digite el pago sin el impuesto: "))
-impuesto = float(input("Digite el porcentaje del impuesto: "))
-pago_total = calcular_total_pago(pago_sin_impuesto, impuesto)
-print(f'El pago total con impuesto incluido es de: {pago_total}$')
\ No newline at end of file
diff --git a/Gabriel Gonzalez/Python/Clase7/EjercicioFunciones05.py b/Gabriel Gonzalez/Python/Clase7/EjercicioFunciones05.py
deleted file mode 100644
index 76c0fba4..00000000
--- a/Gabriel Gonzalez/Python/Clase7/EjercicioFunciones05.py
+++ /dev/null
@@ -1,21 +0,0 @@
-# Ejercicio 5: Convertidor de temperaturas
-# Realizar dos funciones para convertir de grados celcius a fahrenheit y viseversa.
-# Investigar las formulas
-
-def celcius_a_fahrenheit(celcius):
- fahrenheit = (celcius * 9/5) + 32
- return fahrenheit
-
-def fahrenheit_a_celcius(fahrenheit):
- celcius = (fahrenheit - 32) * 5/9
- return celcius
-
-# Ejecutamos las dos funciones
-celcius = float(input("Digite el valor de grados celcius: "))
-fahrenheit = celcius_a_fahrenheit(celcius)
-print(f'El resultado de {celcius} de grados celcius a fahrenheit es: {fahrenheit}')
-fahrenheit = float(input("Digite el valor de grados fahrenheit: "))
-celcius = fahrenheit_a_celcius(fahrenheit)
-print(f'El resultado de {fahrenheit} de grados fahrenheit a celcius es: {celcius}')
-
-
diff --git a/Gabriel Gonzalez/Python/Clase8/Persona.py b/Gabriel Gonzalez/Python/Clase8/Persona.py
deleted file mode 100644
index b714941b..00000000
--- a/Gabriel Gonzalez/Python/Clase8/Persona.py
+++ /dev/null
@@ -1,23 +0,0 @@
-class Persona: # Creamos una clase
- def __init__(self, nombre, apellido, edad): # Metodo especial, se lo llama Init Dunder
- self.nombre = nombre # Atributos y el otro variables
- self.apellido = apellido
- self.edad = edad
- def mostrar_detalle(self):
- print(f'Persona: {self.nombre} {self.apellido} {self.edad}')
-
-persona1 = Persona("Gabriel", "Gonzalez", 19) # Necesitamos enviar argumentos
-print(f'El objeto1 de la clase persona: {persona1.nombre} {persona1.apellido} su edad es: {persona1.edad}')
-
-persona2 = Persona("Ariel", "Betancud", 40)
-print(f'El objeto2 de la clase persona: {persona2.nombre} {persona2.apellido} su edad es: {persona2.edad}')
-
-persona1.nombre = "Sergio"
-persona1.apellido = "Aguero"
-persona1.edad = 35
-print(f'El objeto1 modificado de la clase persona: {persona1.nombre} {persona1.apellido} su edad es: {persona1.edad}')
-
-# Los atributos son: caracteristicas
-# Los métodos son: el comportamiento que van a tener los objetos (las acciones)
-persona1.mostrar_detalle()
-persona2.mostrar_detalle()
\ No newline at end of file
diff --git a/Gabriel Gonzalez/Python/Clase8/diagramaUml.uxf b/Gabriel Gonzalez/Python/Clase8/diagramaUml.uxf
deleted file mode 100644
index 3c574afb..00000000
--- a/Gabriel Gonzalez/Python/Clase8/diagramaUml.uxf
+++ /dev/null
@@ -1,21 +0,0 @@
-10Persona
---
--nombre: str
--apellido: str
--edad: int
---
-mostrar_detalle()UMLClass17060260100Persona
---
--nombre: str
--apellido: str
--edad: int
---
-mostrar_detalle()UMLClass2027025070persona1: Persona
---
-nombre: str = 'Sergio'
-apellido: str = 'Aguero'
-edad: int = 35UMLClass32027025070persona2: Persona
---
-nombre: str = 'Ariel'
-apellido: str = 'Bentancud'
-edad: int = 40Relation1302203070lt=<<.10;10;10;50Relation4302203070lt=<<.10;10;10;50Relation28015030100lt=<<.10;10;10;80Relation1302103304010;20;310;20
\ No newline at end of file
diff --git a/Gabriel Gonzalez/Python/Clase9/Aritmetica.py b/Gabriel Gonzalez/Python/Clase9/Aritmetica.py
deleted file mode 100644
index 43988718..00000000
--- a/Gabriel Gonzalez/Python/Clase9/Aritmetica.py
+++ /dev/null
@@ -1,28 +0,0 @@
-class Aritmetica:
-
- '''
- El nombre de este tipo de comentario es: DocString
- esto es documentación de la clase en python
- Vamos a hacer en esta clase algunas operaciones de: suma, resta, multiplicación y más
- '''
- def __init__(self, operandoA, operandoB):
- self.operandoA = operandoA
- self.operandoB = operandoB
-
- # Método para sumar
- def sumar(self):
- return self.operandoA + self.operandoB
- def resta(self):
- return self.operandoA - self.operandoB
- def multiplicar(self):
- return self.operandoA * self.operandoB
- def dividir(self):
- return self.operandoA / self.operandoB
-
-aritmetica1 = Aritmetica(7, 9) # Le pasamos los argumentos para los operandos
-print(f'La suma de los numeros es: {aritmetica1.sumar()}')
-print(f'La resta de los números es: {aritmetica1.resta()}')
-print(f'La multiplicación de los números es: {aritmetica1.multiplicar()}')
-print(f'La división de los números es: {aritmetica1.dividir():.2f}')
-
-
\ No newline at end of file
diff --git a/Gabriel Gonzalez/Python/Clase9/Persona.py b/Gabriel Gonzalez/Python/Clase9/Persona.py
deleted file mode 100644
index ccb4ceea..00000000
--- a/Gabriel Gonzalez/Python/Clase9/Persona.py
+++ /dev/null
@@ -1,40 +0,0 @@
-class Persona: # Creamos una clase
- def __init__(self, nombre, apellido, dni, edad, *args, **kwargs): # Metodo especial, se lo llama Init Dunder
- self.nombre = nombre # Atributos y el otro variables
- self.apellido = apellido
- self.edad = edad
- self._dni = dni # Este atributo esta encapsulado de una manera sugerida
- self.args = args
- self.wkargs = kwargs
- def mostrar_detalle(self):
- print(f'La clase Persona tiene los siguientes datos: {self.nombre} {self.apellido} {self._dni} {self.edad}, la dirección es: {self.args}, los datos importantes son: {self.wkargs}')
-
-persona1 = Persona("Lionel", "Scaloni", 3050505, 44) # Necesitamos enviar argumentos
-print(f'El objeto1 de la clase persona: {persona1.nombre} {persona1.apellido} su edad es: {persona1.edad}')
-
-persona2 = Persona("Ariel", "Betancud", 35060790, 40)
-print(f'El objeto2 de la clase persona: {persona2.nombre} {persona2.apellido} su edad es: {persona2.edad}')
-
-persona1.nombre = "Sergio"
-persona1.apellido = "Aguero"
-persona1.edad = 35
-print(f'El objeto1 modificado de la clase persona: {persona1.nombre} {persona1.apellido} su edad es: {persona1.edad}')
-
-# Los atributos son: caracteristicas
-# Los métodos son: el comportamiento que van a tener los objetos (las acciones)
-persona1.mostrar_detalle() # La referencia en este caso se pasa de manera automatica
-persona2.mostrar_detalle()
-
-# Persona.mostrar_detalle(persona1) # Debemos parasarle una referencia para el self o nos dara error
-
-persona1.telefono = "55023920"
-print(f'Este es el teléfono de {persona1.nombre}: {persona1.telefono}') # Hemos creado un atributo de un objeto
-
-# print(persona2.telefono) # El objeto persona2 no tiene el atributo teléfono, da error
-
-persona3 = Persona('Rogelio', 'Romero', 30303100 , 22, 'Teléfono', '230303', 'Calle Lopez', 823, 'Manzana', 77, 'Casa', 18, Altura = 1.83, Peso = 105, cFavorito = 'Azul', Auto = 'Citroen', Modelo = 2021)
-persona3.mostrar_detalle()
-persona4 = Persona('Gabriel', 'Gonzalez', 45000000, 19, 'Teléfono', '200303030', 'Calle Bernardo', 400, 'Manzana', 20, 'Casa', 40, Altura = 1.83, Peso = 70, cFavorito = 'Azul', Auto = 'Peugeot', Modelo = 2012)
-persona4.mostrar_detalle()
-print(persona3._dni) # Esto no se debe utilizar(esta encapsulado), esto dice que lo desconocemos a python
-# persona3.__nombre # Esta totalmente encapsulado
\ No newline at end of file
diff --git a/Angelo Vellar/Java/.vscode/extensions.json b/Java/.vscode/extensions.json
similarity index 100%
rename from Angelo Vellar/Java/.vscode/extensions.json
rename to Java/.vscode/extensions.json
diff --git a/Angelo Vellar/Java/Java/javaejemplo.java b/Java/Java/javaejemplo.java
similarity index 100%
rename from Angelo Vellar/Java/Java/javaejemplo.java
rename to Java/Java/javaejemplo.java
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(l)/Leccion2/Clase10Ejercicio1.java" "b/Java/Programaci\303\263n(l)/Leccion2/Clase10Ejercicio1.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(l)/Leccion2/Clase10Ejercicio1.java"
rename to "Java/Programaci\303\263n(l)/Leccion2/Clase10Ejercicio1.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(l)/Leccion2/Clase10Ejercicio3Switch.java" "b/Java/Programaci\303\263n(l)/Leccion2/Clase10Ejercicio3Switch.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(l)/Leccion2/Clase10Ejercicio3Switch.java"
rename to "Java/Programaci\303\263n(l)/Leccion2/Clase10Ejercicio3Switch.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(l)/Leccion2/Ejercicio2.java" "b/Java/Programaci\303\263n(l)/Leccion2/Ejercicio2.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(l)/Leccion2/Ejercicio2.java"
rename to "Java/Programaci\303\263n(l)/Leccion2/Ejercicio2.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(l)/Leccion2/Ejercicio3Calificaciones.java" "b/Java/Programaci\303\263n(l)/Leccion2/Ejercicio3Calificaciones.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(l)/Leccion2/Ejercicio3Calificaciones.java"
rename to "Java/Programaci\303\263n(l)/Leccion2/Ejercicio3Calificaciones.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(l)/Leccion2/ejemplo.java" "b/Java/Programaci\303\263n(l)/Leccion2/ejemplo.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(l)/Leccion2/ejemplo.java"
rename to "Java/Programaci\303\263n(l)/Leccion2/ejemplo.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(l)/Lecci\303\263n1/Clase8EjercicioRectangulo.java" "b/Java/Programaci\303\263n(l)/Lecci\303\263n1/Clase8EjercicioRectangulo.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(l)/Lecci\303\263n1/Clase8EjercicioRectangulo.java"
rename to "Java/Programaci\303\263n(l)/Lecci\303\263n1/Clase8EjercicioRectangulo.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(l)/Lecci\303\263n1/Clase9Ejercicio5.java" "b/Java/Programaci\303\263n(l)/Lecci\303\263n1/Clase9Ejercicio5.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(l)/Lecci\303\263n1/Clase9Ejercicio5.java"
rename to "Java/Programaci\303\263n(l)/Lecci\303\263n1/Clase9Ejercicio5.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(l)/Lecci\303\263n1/Clase9Ejercicio6.java" "b/Java/Programaci\303\263n(l)/Lecci\303\263n1/Clase9Ejercicio6.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(l)/Lecci\303\263n1/Clase9Ejercicio6.java"
rename to "Java/Programaci\303\263n(l)/Lecci\303\263n1/Clase9Ejercicio6.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(l)/Lecci\303\263n1/Clase9Ejercicio7.java" "b/Java/Programaci\303\263n(l)/Lecci\303\263n1/Clase9Ejercicio7.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(l)/Lecci\303\263n1/Clase9Ejercicio7.java"
rename to "Java/Programaci\303\263n(l)/Lecci\303\263n1/Clase9Ejercicio7.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(l)/Lecci\303\263n1/EjercicioClase6.java" "b/Java/Programaci\303\263n(l)/Lecci\303\263n1/EjercicioClase6.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(l)/Lecci\303\263n1/EjercicioClase6.java"
rename to "Java/Programaci\303\263n(l)/Lecci\303\263n1/EjercicioClase6.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(l)/Lecci\303\263n1/HolaMundo.java" "b/Java/Programaci\303\263n(l)/Lecci\303\263n1/HolaMundo.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(l)/Lecci\303\263n1/HolaMundo.java"
rename to "Java/Programaci\303\263n(l)/Lecci\303\263n1/HolaMundo.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(l)/Lecci\303\263n1/ejemplo.java" "b/Java/Programaci\303\263n(l)/Lecci\303\263n1/ejemplo.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(l)/Lecci\303\263n1/ejemplo.java"
rename to "Java/Programaci\303\263n(l)/Lecci\303\263n1/ejemplo.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/Ejercicio10Clase6.java" "b/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/Ejercicio10Clase6.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/Ejercicio10Clase6.java"
rename to "Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/Ejercicio10Clase6.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/EjerciciosCiclos.java" "b/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/EjerciciosCiclos.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/EjerciciosCiclos.java"
rename to "Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/EjerciciosCiclos.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/HerenciaClase8/domain/Cliente.java" "b/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/HerenciaClase8/domain/Cliente.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/HerenciaClase8/domain/Cliente.java"
rename to "Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/HerenciaClase8/domain/Cliente.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/HerenciaClase8/domain/Empleado.java" "b/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/HerenciaClase8/domain/Empleado.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/HerenciaClase8/domain/Empleado.java"
rename to "Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/HerenciaClase8/domain/Empleado.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/HerenciaClase8/domain/Persona.java" "b/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/HerenciaClase8/domain/Persona.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/HerenciaClase8/domain/Persona.java"
rename to "Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/HerenciaClase8/domain/Persona.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/HerenciaClase8/test/TestHerencia.java" "b/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/HerenciaClase8/test/TestHerencia.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/HerenciaClase8/test/TestHerencia.java"
rename to "Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/HerenciaClase8/test/TestHerencia.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio1Clase7.java" "b/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio1Clase7.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio1Clase7.java"
rename to "Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio1Clase7.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio2Clase2.java" "b/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio2Clase2.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio2Clase2.java"
rename to "Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio2Clase2.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio2Clase7.java" "b/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio2Clase7.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio2Clase7.java"
rename to "Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio2Clase7.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio3Clase3.java" "b/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio3Clase3.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio3Clase3.java"
rename to "Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio3Clase3.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio4Clase3.java" "b/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio4Clase3.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio4Clase3.java"
rename to "Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio4Clase3.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio5Clase3.java" "b/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio5Clase3.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio5Clase3.java"
rename to "Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio5Clase3.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio6Clase4.java" "b/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio6Clase4.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio6Clase4.java"
rename to "Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio6Clase4.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio7Clase4.java" "b/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio7Clase4.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio7Clase4.java"
rename to "Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio7Clase4.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio8Clase5.java" "b/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio8Clase5.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio8Clase5.java"
rename to "Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio8Clase5.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio9Clase5.java" "b/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio9Clase5.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio9Clase5.java"
rename to "Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/ejercicio9Clase5.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/herencia(clase8).uxf" "b/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/herencia(clase8).uxf"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/herencia(clase8).uxf"
rename to "Java/Programaci\303\263n(ll)/EjerciciosJava(Pll)/herencia(clase8).uxf"
diff --git a/Gabriel Gonzalez/Java/Clase6/PasoPorValor/build.xml "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/build.xml"
similarity index 94%
rename from Gabriel Gonzalez/Java/Clase6/PasoPorValor/build.xml
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/build.xml"
index 51a7a0a0..c9e69401 100644
--- a/Gabriel Gonzalez/Java/Clase6/PasoPorValor/build.xml
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/build.xml"
@@ -7,8 +7,8 @@
-
- Builds, tests, and runs the project PasoPorValor.
+
+ Builds, tests, and runs the project PalabraFinal.
-
+
@@ -46,8 +46,8 @@ is divided into following sections:
-
-
+
+
@@ -619,7 +619,7 @@ is divided into following sections:
-
+
@@ -716,7 +716,7 @@ is divided into following sections:
-
+
@@ -1057,7 +1057,7 @@ is divided into following sections:
-
+
@@ -1686,6 +1686,7 @@ is divided into following sections:
+
@@ -1727,7 +1728,7 @@ is divided into following sections:
-
+
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/nbproject/genfiles.properties" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/nbproject/genfiles.properties"
new file mode 100644
index 00000000..1e439f65
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/nbproject/genfiles.properties"
@@ -0,0 +1,8 @@
+build.xml.data.CRC32=4c19d5b5
+build.xml.script.CRC32=138c8feb
+build.xml.stylesheet.CRC32=f85dc8f2@1.108.0.48
+# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
+# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
+nbproject/build-impl.xml.data.CRC32=4c19d5b5
+nbproject/build-impl.xml.script.CRC32=77cbfd50
+nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.108.0.48
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/private/private.properties" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/nbproject/private/private.properties"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/private/private.properties"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/nbproject/private/private.properties"
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/nbproject/private/private.xml" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/nbproject/private/private.xml"
new file mode 100644
index 00000000..e53b2f52
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/nbproject/private/private.xml"
@@ -0,0 +1,11 @@
+
+
+
+
+
+ file:/C:/Users/angel/Desktop/Programación/TUP%20(P.L.G)/DevGroup_Segundo_Semestre/Java/Programación(ll)/Proyectos(POO)/Clase10/PalabraFinal/src/domain/Persona.java
+ file:/C:/Users/angel/Desktop/Programación/TUP%20(P.L.G)/DevGroup_Segundo_Semestre/Java/Programación(ll)/Proyectos(POO)/Clase10/PalabraFinal/src/domain/Empleado.java
+ file:/C:/Users/angel/Desktop/Programación/TUP%20(P.L.G)/DevGroup_Segundo_Semestre/Java/Programación(ll)/Proyectos(POO)/Clase10/PalabraFinal/src/test/TestFinal.java
+
+
+
diff --git a/Gabriel Gonzalez/Java/Clase2/CicloWhile/nbproject/project.properties "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/nbproject/project.properties"
similarity index 93%
rename from Gabriel Gonzalez/Java/Clase2/CicloWhile/nbproject/project.properties
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/nbproject/project.properties"
index 79a7c717..89a21ced 100644
--- a/Gabriel Gonzalez/Java/Clase2/CicloWhile/nbproject/project.properties
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/nbproject/project.properties"
@@ -28,10 +28,10 @@ debug.test.modulepath=\
dist.archive.excludes=
# This directory is removed when the project is cleaned:
dist.dir=dist
-dist.jar=${dist.dir}/CicloWhile.jar
+dist.jar=${dist.dir}/PalabraFinal.jar
dist.javadoc.dir=${dist.dir}/javadoc
dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/CicloWhile
+dist.jlink.output=${dist.jlink.dir}/PalabraFinal
excludes=
includes=**
jar.compress=false
@@ -44,8 +44,8 @@ javac.modulepath=
javac.processormodulepath=
javac.processorpath=\
${javac.classpath}
-javac.source=15
-javac.target=15
+javac.source=20
+javac.target=20
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}
@@ -70,8 +70,8 @@ jlink.additionalmodules=
# The jlink additional command line parameters
jlink.additionalparam=
jlink.launcher=true
-jlink.launcher.name=CicloWhile
-main.class=
+jlink.launcher.name=PalabraFinal
+main.class=test.TestFinal
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false
diff --git a/Gabriel Gonzalez/Java/Clase6/PasoPorValor/nbproject/project.xml "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/nbproject/project.xml"
similarity index 92%
rename from Gabriel Gonzalez/Java/Clase6/PasoPorValor/nbproject/project.xml
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/nbproject/project.xml"
index e83ee120..8b402138 100644
--- a/Gabriel Gonzalez/Java/Clase6/PasoPorValor/nbproject/project.xml
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/nbproject/project.xml"
@@ -3,7 +3,7 @@
org.netbeans.modules.java.j2seproject
- PasoPorValor
+ PalabraFinal
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/src/domain/Empleado.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/src/domain/Empleado.java"
new file mode 100644
index 00000000..960a98dc
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/src/domain/Empleado.java"
@@ -0,0 +1,9 @@
+
+package domain;
+
+public class Empleado extends Persona{
+ @Override
+ public void imprimir(){
+ System.out.println("Metodo imprimir desde la clase hija");
+ }
+}
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/src/domain/Persona.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/src/domain/Persona.java"
new file mode 100644
index 00000000..ddfe3290
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/src/domain/Persona.java"
@@ -0,0 +1,20 @@
+
+package domain;
+
+public class Persona {
+ public final static int CONSTANTE_AQUI = 15;
+ private String nombre;
+
+ public String getNombre() {
+ return nombre;
+ }
+
+ public void setNombre(String nombre) {
+ this.nombre = nombre;
+ }
+
+
+ public void imprimir(){
+ System.out.println("Metodo para imprimir");
+ }
+}
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/src/test/TestFinal.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/src/test/TestFinal.java"
new file mode 100644
index 00000000..e0f54660
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/PalabraFinal/src/test/TestFinal.java"
@@ -0,0 +1,33 @@
+/*
+Uso de la palabra final. Esta palabra tiene diferentes significados dependiendo donde se aplique:
+Variables: Evita cambiar el valor que almacena la variable
+Metodos: Evita que se modifique la definición o el comportamiento de un método desde una subclase (hija)
+Clases: Evita que se cren clases hijas
+Otra caracteristica es que normalmente, cuando trabajamos con variables se combina con el modificador de acceso estatico
+para convertir una variable en una constante, es decir que no se puede modificar su valor, el ejemolo de esto es la clase
+Math en la cual todos sus atributos son de tipo static y final, es por esto que la variable pi* se conoce como una
+constante.
+
+*/
+
+package test;
+
+import domain.Persona;
+
+public class TestFinal {
+ public static void main(String[] args) {
+ final int miDni = 39843821;
+ System.out.println("miDni = " + miDni);
+ // miDni = 20312321; NO SE PUEDE MODIFICAR
+ //Persona.CONSTANTE_AQUI = 9; //No se modifica
+ System.out.println("Mi atributo constante es: " + Persona.CONSTANTE_AQUI );
+
+ final Persona persona1 = new Persona();
+ //persona1 = new Persona(); no se puede asignar una nueva referencia
+ persona1.setNombre("Ariel Betancud");
+ System.out.println("persona1 nombre = " + persona1.getNombre());
+ persona1.setNombre("Liliana");
+ System.out.println("persona1 nombre = " + persona1.getNombre());
+
+ }
+}
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/build.xml" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/build.xml"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/build.xml"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/build.xml"
diff --git "a/Santiago Pe\303\261afiel/JAVA/Clase8/herencia.uxf" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/build/classes/.netbeans_automatic_build"
similarity index 100%
rename from "Santiago Pe\303\261afiel/JAVA/Clase8/herencia.uxf"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/build/classes/.netbeans_automatic_build"
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/build/classes/.netbeans_update_resources" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/build/classes/.netbeans_update_resources"
new file mode 100644
index 00000000..e69de29b
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/build/classes/ar/com/codesystem/Utileria.class" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/build/classes/ar/com/codesystem/Utileria.class"
new file mode 100644
index 00000000..7bedd867
Binary files /dev/null and "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/build/classes/ar/com/codesystem/Utileria.class" differ
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/build/classes/test/TestUtlileria.class" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/build/classes/test/TestUtlileria.class"
new file mode 100644
index 00000000..5ed1cb27
Binary files /dev/null and "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/build/classes/test/TestUtlileria.class" differ
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/manifest.mf" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/manifest.mf"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/manifest.mf"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/manifest.mf"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/build-impl.xml" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/build-impl.xml"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/build-impl.xml"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/build-impl.xml"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/genfiles.properties" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/genfiles.properties"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/genfiles.properties"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/genfiles.properties"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/private/private.properties" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/private/private.properties"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/private/private.properties"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/private/private.properties"
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/private/private.xml" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/private/private.xml"
new file mode 100644
index 00000000..e0cbeb90
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/private/private.xml"
@@ -0,0 +1,10 @@
+
+
+
+
+
+ file:/C:/Users/angel/Desktop/Programación/TUP%20(P.L.G)/DevGroup_Segundo_Semestre/Java/Programación(ll)/Proyectos(POO)/Clase10/Paquetes/src/ar/com/codesystem/Utileria.java
+ file:/C:/Users/angel/Desktop/Programación/TUP%20(P.L.G)/DevGroup_Segundo_Semestre/Java/Programación(ll)/Proyectos(POO)/Clase10/Paquetes/src/test/TestUtlileria.java
+
+
+
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/project.properties" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/project.properties"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/project.properties"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/project.properties"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/project.xml" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/project.xml"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/project.xml"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/nbproject/project.xml"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/src/ar/com/codesystem/Utileria.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/src/ar/com/codesystem/Utileria.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/src/ar/com/codesystem/Utileria.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/src/ar/com/codesystem/Utileria.java"
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/src/test/TestUtlileria.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/src/test/TestUtlileria.java"
new file mode 100644
index 00000000..fc1480c9
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/Paquetes/src/test/TestUtlileria.java"
@@ -0,0 +1,17 @@
+
+package test;
+
+//import ar.com.codesystem.*;
+import ar.com.codesystem.Utileria;
+//import static ar.com.codesystem.Utileria.imprimir; //Solo aplica para metodos estáticos
+
+public class TestUtlileria {
+
+ public static void main(String[] args) {
+
+ Utileria.imprimir("Saludos a todos los alumnos de la tecnicatura");
+ //imprimir("Terminamos en unos minutos");
+ ar.com.codesystem.Utileria.imprimir("Ahora si estamos terminando");
+ }
+
+}
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/build.xml" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/build.xml"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/build.xml"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/build.xml"
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/build/classes/.netbeans_automatic_build" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/build/classes/.netbeans_automatic_build"
new file mode 100644
index 00000000..e69de29b
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/build/classes/.netbeans_update_resources" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/build/classes/.netbeans_update_resources"
new file mode 100644
index 00000000..e69de29b
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/build/classes/operaciones/Operaciones.class" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/build/classes/operaciones/Operaciones.class"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/build/classes/operaciones/Operaciones.class"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/build/classes/operaciones/Operaciones.class"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/build/classes/test/TestOperaciones.class" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/build/classes/test/TestOperaciones.class"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/build/classes/test/TestOperaciones.class"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/build/classes/test/TestOperaciones.class"
diff --git a/Gabriel Gonzalez/Java/Clase2/CicloWhile/manifest.mf "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/manifest.mf"
similarity index 100%
rename from Gabriel Gonzalez/Java/Clase2/CicloWhile/manifest.mf
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/manifest.mf"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/build-impl.xml" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/build-impl.xml"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/build-impl.xml"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/build-impl.xml"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/genfiles.properties" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/genfiles.properties"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/genfiles.properties"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/genfiles.properties"
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/private/private.properties" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/private/private.properties"
new file mode 100644
index 00000000..de3bfefc
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/private/private.properties"
@@ -0,0 +1,2 @@
+compile.on.save=true
+user.properties.file=C:\\Users\\angel\\AppData\\Roaming\\NetBeans\\19\\build.properties
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/private/private.xml" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/private/private.xml"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/private/private.xml"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/private/private.xml"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/project.properties" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/project.properties"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/project.properties"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/project.properties"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/project.xml" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/project.xml"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/project.xml"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/nbproject/project.xml"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/src/operaciones/Operaciones.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/src/operaciones/Operaciones.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/src/operaciones/Operaciones.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/src/operaciones/Operaciones.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/src/test/TestOperaciones.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/src/test/TestOperaciones.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/src/test/TestOperaciones.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase10/SobrecargaMetodos/src/test/TestOperaciones.java"
diff --git "a/Santiago Pe\303\261afiel/JAVA/Clase6/HolaMundo/build.xml" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/build.xml"
similarity index 94%
rename from "Santiago Pe\303\261afiel/JAVA/Clase6/HolaMundo/build.xml"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/build.xml"
index 145ccb6a..366c00d9 100644
--- "a/Santiago Pe\303\261afiel/JAVA/Clase6/HolaMundo/build.xml"
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/build.xml"
@@ -7,8 +7,8 @@
-
- Builds, tests, and runs the project HolaMundo.
+
+ Builds, tests, and runs the project Arreglos.
-
+
@@ -46,8 +46,8 @@ is divided into following sections:
-
-
+
+
@@ -619,7 +619,7 @@ is divided into following sections:
-
+
@@ -716,7 +716,7 @@ is divided into following sections:
-
+
@@ -1057,7 +1057,7 @@ is divided into following sections:
-
+
@@ -1686,6 +1686,7 @@ is divided into following sections:
+
@@ -1727,7 +1728,7 @@ is divided into following sections:
-
+
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/nbproject/genfiles.properties" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/nbproject/genfiles.properties"
new file mode 100644
index 00000000..463a2667
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/nbproject/genfiles.properties"
@@ -0,0 +1,8 @@
+build.xml.data.CRC32=586480b5
+build.xml.script.CRC32=c2398e32
+build.xml.stylesheet.CRC32=f85dc8f2@1.108.0.48
+# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
+# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
+nbproject/build-impl.xml.data.CRC32=586480b5
+nbproject/build-impl.xml.script.CRC32=ea1f247f
+nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.108.0.48
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/nbproject/private/config.properties" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/nbproject/private/config.properties"
new file mode 100644
index 00000000..e69de29b
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/nbproject/private/private.properties" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/nbproject/private/private.properties"
new file mode 100644
index 00000000..5440b12d
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/nbproject/private/private.properties"
@@ -0,0 +1,8 @@
+compile.on.save=true
+do.depend=false
+do.jar=true
+do.jlink=false
+javac.debug=true
+javadoc.preview=true
+jlink.strip=false
+user.properties.file=C:\\Users\\angel\\AppData\\Roaming\\NetBeans\\19\\build.properties
diff --git a/Gabriel Gonzalez/Java/Clase2/CicloWhile/nbproject/private/private.xml "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/nbproject/private/private.xml"
similarity index 100%
rename from Gabriel Gonzalez/Java/Clase2/CicloWhile/nbproject/private/private.xml
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/nbproject/private/private.xml"
diff --git a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/nbproject/project.properties "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/nbproject/project.properties"
similarity index 91%
rename from Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/nbproject/project.properties
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/nbproject/project.properties"
index 1f4843d3..37497a6e 100644
--- a/Gabriel Gonzalez/Java/Clase2/EjerciciosCiclos03/nbproject/project.properties
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/nbproject/project.properties"
@@ -1,9 +1,10 @@
annotation.processing.enabled=true
annotation.processing.enabled.in.editor=false
-annotation.processing.processor.options=
annotation.processing.processors.list=
annotation.processing.run.all.processors=true
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
+application.title=Arreglos
+application.vendor=angel
build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form
# This directory is removed when the project is cleaned:
@@ -28,10 +29,11 @@ debug.test.modulepath=\
dist.archive.excludes=
# This directory is removed when the project is cleaned:
dist.dir=dist
-dist.jar=${dist.dir}/EjerciciosCiclos03.jar
+dist.jar=${dist.dir}/Arreglos.jar
dist.javadoc.dir=${dist.dir}/javadoc
dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/EjerciciosCiclos03
+dist.jlink.output=${dist.jlink.dir}/Arreglos
+endorsed.classpath=
excludes=
includes=**
jar.compress=false
@@ -44,8 +46,8 @@ javac.modulepath=
javac.processormodulepath=
javac.processorpath=\
${javac.classpath}
-javac.source=15
-javac.target=15
+javac.source=20
+javac.target=20
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}
@@ -70,8 +72,8 @@ jlink.additionalmodules=
# The jlink additional command line parameters
jlink.additionalparam=
jlink.launcher=true
-jlink.launcher.name=EjerciciosCiclos03
-main.class=
+jlink.launcher.name=Arreglos
+main.class=test.TestArreglosObject
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false
diff --git "a/Santiago Pe\303\261afiel/JAVA/Clase6/HolaMundo/nbproject/project.xml" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/nbproject/project.xml"
similarity index 93%
rename from "Santiago Pe\303\261afiel/JAVA/Clase6/HolaMundo/nbproject/project.xml"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/nbproject/project.xml"
index 01a54b42..6129ec61 100644
--- "a/Santiago Pe\303\261afiel/JAVA/Clase6/HolaMundo/nbproject/project.xml"
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/nbproject/project.xml"
@@ -3,7 +3,7 @@
org.netbeans.modules.java.j2seproject
- HolaMundo
+ Arreglos
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/src/domain/Persona.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/src/domain/Persona.java"
new file mode 100644
index 00000000..995ad8f3
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/src/domain/Persona.java"
@@ -0,0 +1,26 @@
+
+package domain;
+
+
+public class Persona {
+ private String nombre;
+
+ public Persona(String nombre) {
+ this.nombre = nombre;
+ }
+
+ public String getNombre() {
+ return nombre;
+ }
+
+ public void setNombre(String nombre) {
+ this.nombre = nombre;
+ }
+
+ @Override
+ public String toString() {
+ return "Persona{" + "nombre=" + nombre + '}'+", "+super.toString();
+ }
+
+
+}
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/src/test/TestArreglos.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/src/test/TestArreglos.java"
new file mode 100644
index 00000000..231a79f3
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/src/test/TestArreglos.java"
@@ -0,0 +1,28 @@
+
+package test;
+
+public class TestArreglos {
+ public static void main(String[] args) { //lado derec. Instanciamos un objeto de tipo object
+
+ int edades[] = new int[3]; //el lado izq. Declaramos la variable
+ System.out.println("edades = " + edades);
+
+ edades[0] = 17;
+ System.out.println("edades 0 = " + edades [0]);
+
+ //modificar indice 1 y 2
+ edades[1] = 20;
+ System.out.println("edades 1 = " + edades [1]);
+ edades[2] = 32;
+ System.out.println("edades 2 = " + edades [2]);
+ edades[3] = 7; //Fuera de rango
+
+ for(int i = 0; i <= edades.length; i++){
+ System.out.println("Edades y sus elementos "+i+": "+edades[i]);
+ }
+
+
+ }
+
+
+}
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/src/test/TestArreglosObject.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/src/test/TestArreglosObject.java"
new file mode 100644
index 00000000..b194c611
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Arreglos/src/test/TestArreglosObject.java"
@@ -0,0 +1,26 @@
+
+package test;
+
+import domain.Persona;
+
+
+public class TestArreglosObject {
+ public static void main(String[] args) {
+
+ Persona personas[] = new Persona[2];
+ personas[0] = new Persona("Ariel");
+ personas[1] = new Persona("Osvaldo");
+ System.out.println("personas 0 = " + personas[0]);
+ System.out.println("personas 1 = " + personas[1]);
+
+ for(int i = 0; i < personas.length; i++){
+ System.out.println("personas = "+i+" = " + personas[i]);
+ }
+ //Arreglos en la sintaxis resumida
+ String frutas[] = {"Banana", "Pera", "Durazno"};
+ for(int i = 0; i < frutas.length; i++) {
+ System.out.println("frutas " +i+ " = " + frutas[i]);
+
+ }
+ }
+}
diff --git a/Gabriel Gonzalez/Java/Clase2/CicloWhile/build.xml "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/build.xml"
similarity index 94%
rename from Gabriel Gonzalez/Java/Clase2/CicloWhile/build.xml
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/build.xml"
index ce2c321f..f47a900b 100644
--- a/Gabriel Gonzalez/Java/Clase2/CicloWhile/build.xml
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/build.xml"
@@ -7,8 +7,8 @@
-
- Builds, tests, and runs the project CicloWhile.
+
+ Builds, tests, and runs the project Ejercicio1.
-
+
@@ -46,8 +46,8 @@ is divided into following sections:
-
-
+
+
@@ -619,7 +619,7 @@ is divided into following sections:
-
+
@@ -716,7 +716,7 @@ is divided into following sections:
-
+
@@ -1057,7 +1057,7 @@ is divided into following sections:
-
+
@@ -1686,6 +1686,7 @@ is divided into following sections:
+
@@ -1727,7 +1728,7 @@ is divided into following sections:
-
+
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/nbproject/genfiles.properties" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/nbproject/genfiles.properties"
new file mode 100644
index 00000000..71ddc226
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/nbproject/genfiles.properties"
@@ -0,0 +1,8 @@
+build.xml.data.CRC32=5cf145d6
+build.xml.script.CRC32=82c94092
+build.xml.stylesheet.CRC32=f85dc8f2@1.108.0.48
+# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
+# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
+nbproject/build-impl.xml.data.CRC32=5cf145d6
+nbproject/build-impl.xml.script.CRC32=ac7a41f9
+nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.108.0.48
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/nbproject/private/private.properties" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/nbproject/private/private.properties"
new file mode 100644
index 00000000..de3bfefc
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/nbproject/private/private.properties"
@@ -0,0 +1,2 @@
+compile.on.save=true
+user.properties.file=C:\\Users\\angel\\AppData\\Roaming\\NetBeans\\19\\build.properties
diff --git a/Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/nbproject/project.properties "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/nbproject/project.properties"
similarity index 93%
rename from Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/nbproject/project.properties
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/nbproject/project.properties"
index 17b0eceb..bdb54205 100644
--- a/Gabriel Gonzalez/Java/Clase2/EjeciciosCiclos05/nbproject/project.properties
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/nbproject/project.properties"
@@ -28,10 +28,10 @@ debug.test.modulepath=\
dist.archive.excludes=
# This directory is removed when the project is cleaned:
dist.dir=dist
-dist.jar=${dist.dir}/EjeciciosCiclos05.jar
+dist.jar=${dist.dir}/Ejercicio1.jar
dist.javadoc.dir=${dist.dir}/javadoc
dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/EjeciciosCiclos05
+dist.jlink.output=${dist.jlink.dir}/Ejercicio1
excludes=
includes=**
jar.compress=false
@@ -44,8 +44,8 @@ javac.modulepath=
javac.processormodulepath=
javac.processorpath=\
${javac.classpath}
-javac.source=15
-javac.target=15
+javac.source=20
+javac.target=20
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}
@@ -70,8 +70,8 @@ jlink.additionalmodules=
# The jlink additional command line parameters
jlink.additionalparam=
jlink.launcher=true
-jlink.launcher.name=EjeciciosCiclos05
-main.class=
+jlink.launcher.name=Ejercicio1
+main.class=ejercicio1.Ejercicio1
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false
diff --git a/Gabriel Gonzalez/Java/Clase2/CicloWhile/nbproject/project.xml "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/nbproject/project.xml"
similarity index 92%
rename from Gabriel Gonzalez/Java/Clase2/CicloWhile/nbproject/project.xml
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/nbproject/project.xml"
index 4254fd21..eace4d8a 100644
--- a/Gabriel Gonzalez/Java/Clase2/CicloWhile/nbproject/project.xml
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/nbproject/project.xml"
@@ -3,7 +3,7 @@
org.netbeans.modules.java.j2seproject
- CicloWhile
+ Ejercicio1
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/src/ejercicio1/Ejercicio1.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/src/ejercicio1/Ejercicio1.java"
new file mode 100644
index 00000000..f4150ee7
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio1/src/ejercicio1/Ejercicio1.java"
@@ -0,0 +1,27 @@
+
+package ejercicio1;
+
+import java.util.Scanner;
+
+public class Ejercicio1 {
+ // Leer 5 numeros. guardarlos en un arreglo y mostrarlos en el mismo orden introducidos
+ public static void main(String[] args) {
+ Scanner entrada = new Scanner(System.in);
+ float arreglos[] = new float[5]; // Tipo float de dimension 5
+
+ System.out.println("Guardando los datos en el arreglo");
+ for(int i=0; i<5; i++){
+ System.out.println((i+1) + " Digite un número: ");
+ arreglos[i] = entrada.nextFloat();
+ }
+
+ // Mostramos los elementos tal cual lo ingresó
+
+ System.out.println("\n Mostramos los elementos del arreglo: ");
+ for(float i:arreglos){
+ System.out.println(i + " "); // mostramos con espacio y num del iterador
+ }
+ System.out.println("\n");
+ }
+
+}
diff --git "a/Santiago Pe\303\261afiel/JAVA/Clase1/CicloWhile/build.xml" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/build.xml"
similarity index 94%
rename from "Santiago Pe\303\261afiel/JAVA/Clase1/CicloWhile/build.xml"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/build.xml"
index ce2c321f..d1ef4c97 100644
--- "a/Santiago Pe\303\261afiel/JAVA/Clase1/CicloWhile/build.xml"
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/build.xml"
@@ -7,8 +7,8 @@
-
- Builds, tests, and runs the project CicloWhile.
+
+ Builds, tests, and runs the project Ejercicio2.
-
+
@@ -46,8 +46,8 @@ is divided into following sections:
-
-
+
+
@@ -619,7 +619,7 @@ is divided into following sections:
-
+
@@ -716,7 +716,7 @@ is divided into following sections:
-
+
@@ -1057,7 +1057,7 @@ is divided into following sections:
-
+
@@ -1686,6 +1686,7 @@ is divided into following sections:
+
@@ -1727,7 +1728,7 @@ is divided into following sections:
-
+
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/nbproject/genfiles.properties" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/nbproject/genfiles.properties"
new file mode 100644
index 00000000..f6817f1d
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/nbproject/genfiles.properties"
@@ -0,0 +1,8 @@
+build.xml.data.CRC32=44c5d1bc
+build.xml.script.CRC32=f084c3eb
+build.xml.stylesheet.CRC32=f85dc8f2@1.108.0.48
+# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
+# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
+nbproject/build-impl.xml.data.CRC32=44c5d1bc
+nbproject/build-impl.xml.script.CRC32=18826060
+nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.108.0.48
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/nbproject/private/private.properties" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/nbproject/private/private.properties"
new file mode 100644
index 00000000..de3bfefc
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/nbproject/private/private.properties"
@@ -0,0 +1,2 @@
+compile.on.save=true
+user.properties.file=C:\\Users\\angel\\AppData\\Roaming\\NetBeans\\19\\build.properties
diff --git a/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/nbproject/project.properties "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/nbproject/project.properties"
similarity index 93%
rename from Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/nbproject/project.properties
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/nbproject/project.properties"
index 631348fe..54b0d067 100644
--- a/Gabriel Gonzalez/Java/Clase2/EjercicioCiclos02/nbproject/project.properties
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/nbproject/project.properties"
@@ -28,10 +28,10 @@ debug.test.modulepath=\
dist.archive.excludes=
# This directory is removed when the project is cleaned:
dist.dir=dist
-dist.jar=${dist.dir}/EjercicioCiclos02.jar
+dist.jar=${dist.dir}/Ejercicio2.jar
dist.javadoc.dir=${dist.dir}/javadoc
dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/EjercicioCiclos02
+dist.jlink.output=${dist.jlink.dir}/Ejercicio2
excludes=
includes=**
jar.compress=false
@@ -44,8 +44,8 @@ javac.modulepath=
javac.processormodulepath=
javac.processorpath=\
${javac.classpath}
-javac.source=15
-javac.target=15
+javac.source=20
+javac.target=20
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}
@@ -70,8 +70,8 @@ jlink.additionalmodules=
# The jlink additional command line parameters
jlink.additionalparam=
jlink.launcher=true
-jlink.launcher.name=EjercicioCiclos02
-main.class=
+jlink.launcher.name=Ejercicio2
+main.class=ejercicio2.Ejercicio2
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false
diff --git "a/Santiago Pe\303\261afiel/JAVA/Clase1/CicloWhile/nbproject/project.xml" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/nbproject/project.xml"
similarity index 92%
rename from "Santiago Pe\303\261afiel/JAVA/Clase1/CicloWhile/nbproject/project.xml"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/nbproject/project.xml"
index 4254fd21..dc9e0c30 100644
--- "a/Santiago Pe\303\261afiel/JAVA/Clase1/CicloWhile/nbproject/project.xml"
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/nbproject/project.xml"
@@ -3,7 +3,7 @@
org.netbeans.modules.java.j2seproject
- CicloWhile
+ Ejercicio2
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/src/ejercicio2/Ejercicio2.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/src/ejercicio2/Ejercicio2.java"
new file mode 100644
index 00000000..348f692f
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio2/src/ejercicio2/Ejercicio2.java"
@@ -0,0 +1,27 @@
+
+package ejercicio2;
+
+import java.util.Scanner;
+
+public class Ejercicio2 {
+ // Leer 5 numeros. guardarlos en un arreglo y mostrarlos en el orden inverso
+ public static void main(String[] args) {
+ Scanner entrada = new Scanner(System.in);
+ float numeros[] = new float[5]; // Tipo float de dimension 5
+
+ System.out.println("Guardando los datos en el arreglo");
+ for(int i=0; i<5; i++){
+ System.out.println((i+1) + " Digite un número: ");
+ numeros[i] = entrada.nextFloat();
+ }
+
+ // Mostramos los elementos de manera inversa
+
+ System.out.println("\n Mostramos los elementos del arreglo: ");
+ for(int i=4; i>=0; i--){
+ System.out.println(i + " " + numeros[i]);
+ }
+ System.out.println("\n");
+ }
+
+}
diff --git "a/Santiago Pe\303\261afiel/JAVA/Clase4/Aritmetica/build.xml" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/build.xml"
similarity index 94%
rename from "Santiago Pe\303\261afiel/JAVA/Clase4/Aritmetica/build.xml"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/build.xml"
index a71512ac..357dd7ba 100644
--- "a/Santiago Pe\303\261afiel/JAVA/Clase4/Aritmetica/build.xml"
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/build.xml"
@@ -7,8 +7,8 @@
-
- Builds, tests, and runs the project Aritmetica.
+
+ Builds, tests, and runs the project Ejercicio3.
-
+
@@ -46,8 +46,8 @@ is divided into following sections:
-
-
+
+
@@ -619,7 +619,7 @@ is divided into following sections:
-
+
@@ -716,7 +716,7 @@ is divided into following sections:
-
+
@@ -1057,7 +1057,7 @@ is divided into following sections:
-
+
@@ -1686,6 +1686,7 @@ is divided into following sections:
+
@@ -1727,7 +1728,7 @@ is divided into following sections:
-
+
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/nbproject/genfiles.properties" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/nbproject/genfiles.properties"
new file mode 100644
index 00000000..7cf86ed3
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/nbproject/genfiles.properties"
@@ -0,0 +1,8 @@
+build.xml.data.CRC32=4cd65d9a
+build.xml.script.CRC32=debfbd3c
+build.xml.stylesheet.CRC32=f85dc8f2@1.108.0.48
+# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
+# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
+nbproject/build-impl.xml.data.CRC32=4cd65d9a
+nbproject/build-impl.xml.script.CRC32=c2057d28
+nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.108.0.48
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/nbproject/private/private.properties" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/nbproject/private/private.properties"
new file mode 100644
index 00000000..de3bfefc
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/nbproject/private/private.properties"
@@ -0,0 +1,2 @@
+compile.on.save=true
+user.properties.file=C:\\Users\\angel\\AppData\\Roaming\\NetBeans\\19\\build.properties
diff --git a/Gabriel Gonzalez/Java/Clase4/Aritmetica/nbproject/project.properties "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/nbproject/project.properties"
similarity index 93%
rename from Gabriel Gonzalez/Java/Clase4/Aritmetica/nbproject/project.properties
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/nbproject/project.properties"
index 2bd65c11..fb0d98b2 100644
--- a/Gabriel Gonzalez/Java/Clase4/Aritmetica/nbproject/project.properties
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/nbproject/project.properties"
@@ -28,10 +28,10 @@ debug.test.modulepath=\
dist.archive.excludes=
# This directory is removed when the project is cleaned:
dist.dir=dist
-dist.jar=${dist.dir}/Aritmetica.jar
+dist.jar=${dist.dir}/Ejercicio3.jar
dist.javadoc.dir=${dist.dir}/javadoc
dist.jlink.dir=${dist.dir}/jlink
-dist.jlink.output=${dist.jlink.dir}/Aritmetica
+dist.jlink.output=${dist.jlink.dir}/Ejercicio3
excludes=
includes=**
jar.compress=false
@@ -44,8 +44,8 @@ javac.modulepath=
javac.processormodulepath=
javac.processorpath=\
${javac.classpath}
-javac.source=15
-javac.target=15
+javac.source=20
+javac.target=20
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}
@@ -70,8 +70,8 @@ jlink.additionalmodules=
# The jlink additional command line parameters
jlink.additionalparam=
jlink.launcher=true
-jlink.launcher.name=Aritmetica
-main.class=
+jlink.launcher.name=Ejercicio3
+main.class=ejercicio3.Ejercicio3
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false
diff --git a/Gabriel Gonzalez/Java/Clase4/Aritmetica/nbproject/project.xml "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/nbproject/project.xml"
similarity index 92%
rename from Gabriel Gonzalez/Java/Clase4/Aritmetica/nbproject/project.xml
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/nbproject/project.xml"
index 82ddac8e..2c96d723 100644
--- a/Gabriel Gonzalez/Java/Clase4/Aritmetica/nbproject/project.xml
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/nbproject/project.xml"
@@ -3,7 +3,7 @@
org.netbeans.modules.java.j2seproject
- Aritmetica
+ Ejercicio3
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/src/ejercicio3/Ejercicio3.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/src/ejercicio3/Ejercicio3.java"
new file mode 100644
index 00000000..abdb013e
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase11/Ejercicio3/src/ejercicio3/Ejercicio3.java"
@@ -0,0 +1,50 @@
+
+package ejercicio3;
+
+import java.util.Scanner;
+
+public class Ejercicio3 {
+ // Leer 5 numeros. guardarlos en un arreglo y realizar la media de num positivos negativos y contar el numero de ceros.
+
+ public static void main(String[] args) {
+ Scanner entrada = new Scanner(System.in);
+ float numeros[] = new float[5]; // Tipo float de dimension 5
+ float negativos = 0, positivos = 0, mediaNegativos = 0, mediaPos = 0;
+ int conteo0 = 0, contNeg = 0, contPos = 0;
+
+ System.out.println("Guardamos numeros al arreglo: ");
+ for(int i=0; i<5; i++){
+ System.out.println((i+1) + "Digite un número: ");
+ numeros[i] = entrada.nextFloat();
+ if(numeros[i]>0){
+ positivos += numeros[i];
+ contPos++;
+ }
+ else if(numeros[i]<0){ // si es menor a 0, va sumando negativos
+ negativos+= numeros[i];
+ contNeg++;
+ }
+ else{
+ conteo0++;
+ }
+ }
+ if(contPos==0){ // si pos quedó en 0..
+ System.out.println("\n No se puede sacar la media de num pos");
+ }
+ else{
+ mediaPos = positivos / contPos;
+ System.out.println("La media de numeros positivos es: " + mediaPos);
+ }
+
+ if(contNeg==0){ // si pos quedó en 0..
+ System.out.println("\n No se puede sacar la media de num negativos");
+ }
+ else{
+ mediaNegativos = negativos / contNeg;
+ System.out.println("La media de numeros negativos es: " + mediaNegativos);
+ }
+
+ System.out.println("La cantidad de ceros es: " + conteo0);
+ }
+
+}
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyecPasoxReferencia/PasoPorReferencia.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase3/ProyecPasoxReferencia/PasoPorReferencia.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyecPasoxReferencia/PasoPorReferencia.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase3/ProyecPasoxReferencia/PasoPorReferencia.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoPersona/Persona.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase3/ProyectoPersona/Persona.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoPersona/Persona.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase3/ProyectoPersona/Persona.java"
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase4/ProyectoPersona/PruebaPersona.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase4/ProyectoPersona/PruebaPersona.java"
new file mode 100644
index 00000000..efc747af
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase4/ProyectoPersona/PruebaPersona.java"
@@ -0,0 +1,20 @@
+package ProyectoPersona;
+
+public class PruebaPersona {
+ public static void main(String[] args) {
+ Persona persona1 = new Persona(); //LLamamos al constructor
+ persona1.nombre = "Angelo";
+ persona1.apellido = "Vellar";
+ persona1.ObtenerInformacion();
+
+ Persona persona2 = new Persona();
+ System.out.println("Persona2 = " + persona2 );
+ System.out.println("persona1 = " + persona1);
+ persona2.ObtenerInformacion();
+ persona2.nombre = "Osvaldo";
+ persona2.apellido = "Giordanini";
+ persona2.ObtenerInformacion();
+
+
+ }
+}
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoCaja/Caja.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase6/ProyectoCaja/Caja.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoCaja/Caja.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase6/ProyectoCaja/Caja.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoCaja/ObjCaja.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase6/ProyectoCaja/ObjCaja.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoCaja/ObjCaja.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase6/ProyectoCaja/ObjCaja.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Encapsulamiento/dominio/Persona.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase7/Encapsulamiento/dominio/Persona.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Encapsulamiento/dominio/Persona.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase7/Encapsulamiento/dominio/Persona.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Encapsulamiento/test/PersonaPrueba.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase7/Encapsulamiento/test/PersonaPrueba.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/Encapsulamiento/test/PersonaPrueba.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase7/Encapsulamiento/test/PersonaPrueba.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/OperacionesAritmetica/Aritmetica.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase7/OperacionesAritmetica/Aritmetica.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/OperacionesAritmetica/Aritmetica.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase7/OperacionesAritmetica/Aritmetica.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/OperacionesAritmetica/PruebaAritmetica.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase7/OperacionesAritmetica/PruebaAritmetica.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/OperacionesAritmetica/PruebaAritmetica.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase7/OperacionesAritmetica/PruebaAritmetica.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/domain/Persona.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/ContextoEstatico/domain/Persona.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/domain/Persona.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/ContextoEstatico/domain/Persona.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/testt/PruebaPersona.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/ContextoEstatico/testt/PruebaPersona.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/testt/PruebaPersona.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/ContextoEstatico/testt/PruebaPersona.java"
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/domain/Cliente.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/domain/Cliente.java"
new file mode 100644
index 00000000..db298889
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/domain/Cliente.java"
@@ -0,0 +1,41 @@
+
+import java.util.Date;
+
+public class Cliente extends Persona {
+
+ private int idCliente;
+ private boolean vip;
+ private Date fechaRegistro; //importar clase date
+ private static int contadorCliente;
+
+ //CONSTRUCTUR 1
+
+ public Cliente(Date fechaRegistro, boolean vip,String nombre , char genero,int edad, String direccion){
+ super(nombre,genero,edad,direccion);
+ this.idCliente = ++Cliente.contadorCliente;
+ this.fechaRegistro = fechaRegistro;
+ this.vip = vip;
+ }
+ //GET
+ public int getIdCliente() {
+ return this.idCliente;
+ }
+
+ public Date getFechaRegistro() {
+ return this.fechaRegistro;
+ }
+
+
+ @Override
+ public String toString() {
+ StringBuilder sb = new StringBuilder();
+ sb.append("Cliente{idCliente=").append(idCliente);
+ sb.append(", fechaRegistro=").append(fechaRegistro);
+ sb.append(", vip=").append(vip);
+ sb.append(", ").append(super.toString());
+ sb.append("}");
+ return sb.toString();
+ }
+
+
+}
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/domain/Empleado.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/domain/Empleado.java"
new file mode 100644
index 00000000..bed4845f
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/domain/Empleado.java"
@@ -0,0 +1,46 @@
+// extedns para llamar a la clase padre
+public class Empleado extends Persona{
+ private int idEmpleado;
+ private double sueldo;
+ private static int contadorEmpleados; //Es para el incremento
+
+ //Constructor
+
+ public Empleado(){ //Constrcutor 1
+ this.idEmpleado = ++Empleado.contadorEmpleados;
+ }
+
+ public Empleado ( String nombre, double sueldo){ //Constructor 2
+ //super(nombre);
+ this(); //Estamos llamando desde aqui al constructor vacio(Llamar a un constrcutor interno)
+ this.sueldo = sueldo;
+ this.nombre = nombre;
+ }
+
+ public int getIdEmpleado() {
+ return this.idEmpleado;
+ }
+ public double getSueldo() {
+ return this.sueldo;
+ }
+
+ public void setSueldo(double sueldo) {
+ this.sueldo = sueldo;
+ }
+
+ @Override
+ public String toString() {
+ StringBuilder sb = new StringBuilder();
+ sb.append("Empleado(idEmpleado)").append(idEmpleado);
+ sb.append(",sueldo=").append(sueldo);
+ sb.append(", ").append(super.toString());
+ sb.append(")");
+ return sb.toString();
+
+ }
+
+
+
+
+
+}
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/domain/Persona.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/domain/Persona.java"
new file mode 100644
index 00000000..d0d3fdf1
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/domain/Persona.java"
@@ -0,0 +1,72 @@
+ //Creamos la clase persona
+public class Persona{
+ //Atributos de herencia
+ protected String nombre;
+ protected char genero;
+ protected int edad;
+ protected String direccion;
+
+ //Constructor vacio: Este es para crear objetos sin necesidad de inicializar los atributos de la clase
+ public Persona(){ //Constructor 1
+
+ }
+
+ public Persona(String nombre){ //Constrcutor 2
+ this.nombre = nombre;
+ }
+
+ public Persona(String nombre, char genero, int edad, String direccion){ //Constructor 3
+ this.nombre = nombre;
+ this.genero = genero;
+ this.edad = edad;
+ this.direccion = direccion;
+ }
+ //GET Y SET
+
+ public String getDireccion(){
+ return this.direccion;
+ }
+
+ public void setDireccion(String direccion){
+ this.direccion = direccion;
+ }
+
+ public char getGenero(){
+ return this.genero;
+ }
+ public void setGenero(char genero){
+ this.genero = genero;
+ }
+
+ public int getEdad(){
+ return this.edad;
+ }
+
+ public void setEdad(int edad){
+ this.edad = edad;
+ }
+
+ public String getNombre(){
+ return this.nombre;
+ }
+
+ public void setNombre(String nombre){
+ this.nombre = nombre;
+ }
+
+ @Override
+ public String toString() {
+ StringBuilder sb = new StringBuilder();
+ sb.append("Persona{nombre=").append(nombre);
+ sb.append(", genero=").append(genero);
+ sb.append(", edad=").append(edad);
+ sb.append(", direccion=").append(direccion);
+ sb.append(", ").append(super.toString());
+ sb.append("}");
+ return sb.toString();
+
+ /*public String toString(){
+ return "Persona{" + "nombre = "+ nombre +",genero = " + genero + ", edad = " + edad + ", dirección = " + direccion + "}";
+ } */
+ }
+}
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/herencia(clase8).uxf" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/herencia(clase8).uxf"
new file mode 100644
index 00000000..001fef3c
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/herencia(clase8).uxf"
@@ -0,0 +1,36 @@
+10UMLClass36010210210<<Persona>>
+--
+-nombre: String
+-genero: char
+-edad: int
+-direccion: String
+--
++getNombre(): Str
++setNombre(String): void
++getGenero(): char
++setGenero(char): void
++getEdad(): int
++setEdad(int): void
++direccion(): String
++setDireccion(String): void
+--
+Responsibilities
+-- Resp1
+*-- Resp2*UMLClass50360210110<<Empleado>>
+--
+-idEmpleado:
+-sueldo: double_
+--
++getIdEmpleado(): int
++getSueldo(): double
++setSueldo(double): void
+UMLClass740380210110<<Cliente>>
+--
+-idCliente: int
+-fechaRegistro: Date
+-vip: boolean
+--
++getIdCliente(): int
++getFechaRegistro(): DateRelation15024033040lt=()-
+<<extends>>10;20;310;20Relation45024041040lt=()-
+<<extends>>390;20;10;20Relation83026030130lt=<<.10;10;10;110Relation15026030120lt=<<.10;10;10;100Relation4502203060lt=<<.10;10;10;40
\ No newline at end of file
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/test/TestHerencia.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/test/TestHerencia.java"
new file mode 100644
index 00000000..7a036dbb
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Clase8-9/test/TestHerencia.java"
@@ -0,0 +1,16 @@
+import java.util.Date;
+public class TestHerencia {
+ public static void main(String args[]) {
+ Empleado empleado1 = new Empleado("Ariel", 57000.0);
+ System.out.println("empleado1 = " + empleado1);
+
+ /* Date fecha1 = new Date ();
+
+ Cliente cliente1 = new Cliente(fecha1,true,"Bety","F",32,"9 de Julio 1413");
+
+
+ System.out.println("cliente1 = " + cliente1);
+
+ Persona persona1 = new Persona(); */
+ }
+}
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Encapsulamiento/dominio/Persona.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Encapsulamiento/dominio/Persona.java"
new file mode 100644
index 00000000..83c7cc58
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Encapsulamiento/dominio/Persona.java"
@@ -0,0 +1,49 @@
+package Encapsulamiento.dominio;
+
+public class Persona{
+ //Atributos
+ private String nombre;
+ private double sueldo;
+ private boolean eliminado;
+
+ //Constructor
+ public Persona(String nombre, double Sueldo, boolean eliminado){
+ this.nombre = nombre;
+ this.sueldo = Sueldo;
+ this.eliminado = eliminado;
+ }
+
+ //METODOS PARA ATRIBUTO NOMBRE (GET Y SET)
+ public String getNombre() {
+ return nombre;
+ }
+ public void setNombre(String nombre){
+ this.nombre = nombre;
+ }
+
+ //METODOS PARA ATRIBUTO SUELDO (GET Y SET)
+ public Double getSueldo(){
+ return sueldo;
+ }
+ public void setSueldo(double Sueldo) {
+ this.sueldo = Sueldo;
+ }
+
+
+ //METODOS PARA ATRIBUTO ELIMINADO (IS Y SET)
+ public boolean isEliminado() {
+ return eliminado;
+ }
+ public void setEliminado(boolean eliminado) {
+ this.eliminado = eliminado;
+ }
+ //METODO TO STRING
+ public String toString(){ //Convierte en una cadena cada atributo
+ return "Persona [nombre: "+ this.nombre+
+ ", sueldo: "+ this.sueldo+
+ ", eliminado: "+this.eliminado+" ] ";
+
+
+ }
+}
+
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/Encapsulamiento/test/PersonaPrueba.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Encapsulamiento/test/PersonaPrueba.java"
new file mode 100644
index 00000000..293f604d
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/Encapsulamiento/test/PersonaPrueba.java"
@@ -0,0 +1,33 @@
+package Encapsulamiento.test;
+
+import Encapsulamiento.dominio.Persona;
+
+public class PersonaPrueba {
+ public static void main(String[] args) {
+ Persona persona1 = new Persona("Osvaldo", 57.000, false);
+
+ //Modificar a través de los métodos
+ persona1.setNombre("Juan Ignacio");
+ //persona1.nombre("Juan Ignacio"); //Ya no se puede utilizar
+ //System.out.println("Nombre es:"+persona1.nombre); //Error
+ System.out.println("Persona1 su nombre es:"+ persona1.getNombre());
+ System.out.println("persona1 el resultado para el sueldo: " +persona1.getSueldo());
+ System.out.println("persona1 para obtener el booleano: " +persona1.isEliminado());
+
+ //TAREA: crar otro objeto, asignar valores iniciales y modificarlos y imprimir
+ //CREAMOS EL OBJETO PERSONA2
+ Persona persona2 = new Persona("Angelo", 50.000, false);
+ //Modificamos el nombre del objeto persona2
+ persona2.setNombre("Nico");
+ //Modificamos el sueldo del objeto persona2
+ persona2.setSueldo(80.000);
+
+ //Mostramos en pantalla
+ System.out.println("persona2 su nombre es:"+ persona2.getNombre());
+ System.out.println("persona2 el resultado para el sueldo: " +persona2.getSueldo());
+ System.out.println("persona2 para obtener el booleano: " +persona2.isEliminado());
+
+ //METODO TO STRING
+ System.out.println("persona1 " + persona1);
+ }
+}
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/OperacionesAritmetica/Aritmetica.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/OperacionesAritmetica/Aritmetica.java"
new file mode 100644
index 00000000..8f3d056a
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/OperacionesAritmetica/Aritmetica.java"
@@ -0,0 +1,33 @@
+package OperacionesAritmetica;
+
+public class Aritmetica {
+ //Atributos de la clase
+ int a;
+ int b;
+ //El constructor es un método especial
+ public Aritmetica(){//Constructor 1 vacio
+ System.out.println("Se está ejecutando este constructor número uno");
+ }
+ //Estamos viendo lo que se llama sobrecarga de constructores
+ public Aritmetica(int a, int b ){//Constructor 2
+ this.a = a;
+ this.b = b;
+ System.out.println("Se está ejecutando el constructor número dos");
+ }
+
+ //Metodo
+ public void sumarNumeros(){
+ int resultado = a + b;
+
+ System.out.println("resulado = " + resultado);
+ }
+
+ public int sumarConRetorno(){
+ //int resultado = a + b;
+ return a + b;
+
+ }
+ public int sumarConArgumentos(int i, int j) {
+ return 0;
+ }
+}
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/OperacionesAritmetica/PruebaAritmetica.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/OperacionesAritmetica/PruebaAritmetica.java"
new file mode 100644
index 00000000..43f0294c
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/OperacionesAritmetica/PruebaAritmetica.java"
@@ -0,0 +1,72 @@
+package OperacionesAritmetica;
+
+public class PruebaAritmetica {
+ public static void main(String[] args) {
+ var a = 10; //Variables locales
+ int b = 7; //Memoria stack
+ miMetodo(); //LLmamos el método nuevo
+ //OBJETO 1
+ Aritmetica aritmetica1 = new Aritmetica();
+ aritmetica1.a = 3;
+ aritmetica1.b = 7;
+ aritmetica1.sumarNumeros();
+ //Para almacenar un objeto o los atributos se utiliza la memorio heap
+ int resultado = aritmetica1.sumarConRetorno();
+ System.out.println("resultado = " + resultado);
+ resultado = aritmetica1.sumarConArgumentos(12,26);
+ System.out.println("Resultado usando argumentos = " + resultado);
+
+ System.out.println("aritemetica1 a: " +aritmetica1.a);
+ System.out.println("aritemetica1 b: " +aritmetica1.b);
+
+ //OBJETO 2
+ Aritmetica aritmetica2 = new Aritmetica(5,8);
+ System.out.println("aritmetica2 = " + aritmetica2.a);
+ System.out.println("aritmetica2 = " + aritmetica2.b);
+
+ //aritmetica1 = null = nunca utilizar esto, no se debe hacer
+ //System.gc(); método para limpiar residuos, es pesado, no utlizarlo
+ //OBJETO 3
+
+ Persona persona = new Persona("Angelo", "Vellar");
+ System.out.println("persona = "+persona);
+ System.out.println("Persona nombre: " + persona.nombre);
+ System.out.println("Persona nombre: " + persona.apellido);
+
+
+ }
+ //Modularidad creamos un nuevo método
+ public static void miMetodo(){
+ //int a = 10;
+ System.out.println("Aquí hay otro método");
+
+
+
+ }
+}
+//Creamos una nueva clase
+class Persona{
+ String nombre;
+ String apellido;
+
+ Persona (String nombre, String apellido){ //Constructor
+ super(); //Llamada al constrcutor de la clase Padre object
+ //Imprimir imprimir = new Imprimir();
+ new Imprimir().imprimir(this);
+ this.nombre = nombre;
+ this.apellido = apellido;
+ System.out.println("Objeto persona usando this: "+ this);
+ }
+}
+//Creamos una clase, luego un constructor y un metodo dentro de la clase Imprimir
+class Imprimir{
+ public Imprimir(){
+ super(); //El constrcutor de la clase padre, para reservar memoria
+ }
+
+ public void imprimir(Persona persona){
+ System.out.println("Persona de la clase imprimir: " + persona);
+ System.out.println("Impresióm del objeto actual (this): "+this);
+
+ }
+}
\ No newline at end of file
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyecPasoxReferencia/PasoPorReferencia.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyecPasoxReferencia/PasoPorReferencia.java"
new file mode 100644
index 00000000..3fd16d7d
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyecPasoxReferencia/PasoPorReferencia.java"
@@ -0,0 +1,26 @@
+package ProyecPasoxReferencia;
+
+import ProyectoPersona.Persona;
+
+public class PasoPorReferencia {
+ public static void main(String[] args) {
+
+ Persona persona1 = new Persona();
+ persona1.nombre = "Belén";
+ persona1.apellido = "Mateo";
+ System.out.println("Persona1 nombre = " + persona1.nombre);
+ cambiarValor(persona1);
+ System.out.println("El cambio que hicimos en el nombre es: " + persona1.nombre);
+ persona1 = cambiarElValor(persona1);
+ }
+
+ public static void cambiarValor(Persona persona){ //Parámetro por referencia
+ persona.nombre = "Nico";
+ }
+ public static Persona cambiarElValor(Persona persona){
+ if (persona == null)
+
+ persona.nombre = "Mónica";
+ return persona;
+ }
+}
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoAuto/Auto.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoAuto/Auto.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoAuto/Auto.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoAuto/Auto.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoAuto/ObjeAuto.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoAuto/ObjeAuto.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoAuto/ObjeAuto.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoAuto/ObjeAuto.java"
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoCaja/Caja.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoCaja/Caja.java"
new file mode 100644
index 00000000..a079bfa1
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoCaja/Caja.java"
@@ -0,0 +1,27 @@
+package ProyectoCaja;
+
+public class Caja {
+ //Creamos los atributos que va tener nuestro objeto
+ int ancho;
+ int alto;
+ int profundidad;
+
+ //Primer constructor
+ public Caja(){
+
+ }
+ //Segundo constructor
+ public Caja(int ancho, int alto, int profundidad){
+ this.alto = alto;
+ this.ancho = ancho;
+ this.profundidad = profundidad;
+
+ }
+ //Tercer constructor (Formula)
+ public int calculo(){
+ return (ancho * alto * profundidad);
+
+ }
+
+
+}
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoCaja/ObjCaja.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoCaja/ObjCaja.java"
new file mode 100644
index 00000000..5a587f2c
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoCaja/ObjCaja.java"
@@ -0,0 +1,20 @@
+package ProyectoCaja;
+
+public class ObjCaja {
+ public static void main(String[] args) {
+ //Definimos el objeto y le pasamos los valores
+ Caja caja1 = new Caja();
+ caja1.alto = 10;
+ caja1.ancho = 15;
+ caja1.profundidad = 5;
+
+ //Resultado final Caja 1
+ System.out.println("El volumen de la caja 1 es: " + caja1.calculo());
+
+ //Segundo Objeto
+ Caja caja2 = new Caja(20, 30, 10);
+ //Resultado final de Caja2
+ System.out.println("El volumen de la caja 2 es: " + caja2.calculo());
+
+ }
+}
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoGuerrero/Guerrero.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoGuerrero/Guerrero.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoGuerrero/Guerrero.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoGuerrero/Guerrero.java"
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoGuerrero/ObjGuerrero.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoGuerrero/ObjGuerrero.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoGuerrero/ObjGuerrero.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoGuerrero/ObjGuerrero.java"
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoPersona/Persona.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoPersona/Persona.java"
new file mode 100644
index 00000000..d3e66762
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoPersona/Persona.java"
@@ -0,0 +1,13 @@
+package ProyectoPersona;
+
+public class Persona {
+ //Atributos de la clase (Caracteristicas)
+ public String nombre;
+ public String apellido;
+ //Métodos de la clase (Acciones)
+ public void ObtenerInformacion() {
+ System.out.println("Nombre:"+nombre);
+ System.out.println("Apellido:"+apellido);
+ }
+
+}
diff --git "a/Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoPersona/PruebaPersona.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoPersona/PruebaPersona.java"
similarity index 100%
rename from "Angelo Vellar/Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoPersona/PruebaPersona.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/ProyectoPersona/PruebaPersona.java"
diff --git "a/Java/Programaci\303\263n(ll)/Proyectos(POO)/domain/Persona.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/domain/Persona.java"
new file mode 100644
index 00000000..c7d1a6f8
--- /dev/null
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/domain/Persona.java"
@@ -0,0 +1,43 @@
+package domain;
+
+public class Persona {
+ private int idPersona;
+ private static int contadorPersona;
+ private String nombre;
+
+//Constructor
+public Persona(String nombre){
+ this.nombre = nombre;
+ //Incrementar el contador por cada objeto nuevo
+ Persona.contadorPersona++; //No utilizar el operador this
+ //Vamos a asignar un nuevo valor a la variable idPersona
+ this.idPersona = Persona.contadorPersona;
+ }
+ public static void setcontadorPersona(int aContadorPersona){
+ contadorPersona = aContadorPersona;
+ }
+ public static int getcontadorPersona(){
+ return contadorPersona;
+ }
+ //Get y set idPersona
+ public void setIdPersona(int idPersona){
+ this.idPersona = idPersona;
+ }
+ public int getIdPersona(){
+ return this.idPersona;
+ }
+
+ //Get y set nombre
+ public void setNombre(String nombre){
+ this.nombre = nombre;
+ }
+ public String getNombre(){
+ return this.nombre;
+ }
+
+ @Override
+ public String toString(){
+ return "Persona{ " + "idPersona = " + idPersona + ", nombre = " + nombre + "}";
+ }
+
+}
\ No newline at end of file
diff --git "a/Santiago Pe\303\261afiel/JAVA/Clase8/ContextoEstatico/src/test/PersonaPrueba.java" "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/testt/PruebaPersona.java"
similarity index 66%
rename from "Santiago Pe\303\261afiel/JAVA/Clase8/ContextoEstatico/src/test/PersonaPrueba.java"
rename to "Java/Programaci\303\263n(ll)/Proyectos(POO)/testt/PruebaPersona.java"
index 79960c53..4fbc59fe 100644
--- "a/Santiago Pe\303\261afiel/JAVA/Clase8/ContextoEstatico/src/test/PersonaPrueba.java"
+++ "b/Java/Programaci\303\263n(ll)/Proyectos(POO)/testt/PruebaPersona.java"
@@ -1,13 +1,10 @@
+package testt;
-package test;
-
+import Encapsulamiento.test.PersonaPrueba;
import domain.Persona;
-
-public class PersonaPrueba {
-
- private int contador;
-
+public class PruebaPersona {
+ private int contador;
public static void main(String[] args) {
Persona persona1 = new Persona("Ariel");
System.out.println("persona1 = " + persona1);
@@ -15,18 +12,17 @@ public static void main(String[] args) {
System.out.println("persona2 = " + persona2);
imprimir(persona1);
imprimir(persona2);
- //this.contador = 10; // No se puede referenciar desde un contexto estatico
+ //this.contador = 10; //No se puede referenciar desde un contexo estático
PersonaPrueba personaP1 = new PersonaPrueba();
System.out.println(personaP1.getContador());
-
}
-
- public static void imprimir(Persona persona){
+ static public void imprimir(Persona persona){
System.out.println("persona = " + persona);
}
-
+
public int getContador(){
- imprimir(new Persona ("Liliana"));
+ imprimir(new Persona("Liliana"));
return this.contador;
+
}
}
diff --git a/Angelo Vellar/Java/opcArmar.java b/Java/opcArmar.java
similarity index 100%
rename from Angelo Vellar/Java/opcArmar.java
rename to Java/opcArmar.java
diff --git a/Angelo Vellar/Java/prueba.java b/Java/prueba.java
similarity index 100%
rename from Angelo Vellar/Java/prueba.java
rename to Java/prueba.java
diff --git a/Angelo Vellar/Java/repasoArreglos.java b/Java/repasoArreglos.java
similarity index 100%
rename from Angelo Vellar/Java/repasoArreglos.java
rename to Java/repasoArreglos.java
diff --git a/Angelo Vellar/Java/repasoArreglos2.java b/Java/repasoArreglos2.java
similarity index 100%
rename from Angelo Vellar/Java/repasoArreglos2.java
rename to Java/repasoArreglos2.java
diff --git a/Angelo Vellar/Java/repasoExtrafacultad/EjNumMayorMenor.java b/Java/repasoExtrafacultad/EjNumMayorMenor.java
similarity index 100%
rename from Angelo Vellar/Java/repasoExtrafacultad/EjNumMayorMenor.java
rename to Java/repasoExtrafacultad/EjNumMayorMenor.java
diff --git a/Angelo Vellar/Java/repasoExtrafacultad/EjPromedioNum.java b/Java/repasoExtrafacultad/EjPromedioNum.java
similarity index 100%
rename from Angelo Vellar/Java/repasoExtrafacultad/EjPromedioNum.java
rename to Java/repasoExtrafacultad/EjPromedioNum.java
diff --git a/Angelo Vellar/Java/repasoExtrafacultad/buscadorPaises.java b/Java/repasoExtrafacultad/buscadorPaises.java
similarity index 100%
rename from Angelo Vellar/Java/repasoExtrafacultad/buscadorPaises.java
rename to Java/repasoExtrafacultad/buscadorPaises.java
diff --git a/Angelo Vellar/Java/repasoExtrafacultad/compraDescuento.java b/Java/repasoExtrafacultad/compraDescuento.java
similarity index 100%
rename from Angelo Vellar/Java/repasoExtrafacultad/compraDescuento.java
rename to Java/repasoExtrafacultad/compraDescuento.java
diff --git a/Angelo Vellar/Java/repasoExtrafacultad/ejMenorMayor.java b/Java/repasoExtrafacultad/ejMenorMayor.java
similarity index 100%
rename from Angelo Vellar/Java/repasoExtrafacultad/ejMenorMayor.java
rename to Java/repasoExtrafacultad/ejMenorMayor.java
diff --git a/Angelo Vellar/Java/repasoExtrafacultad/elijeTuPropiaAventura.java b/Java/repasoExtrafacultad/elijeTuPropiaAventura.java
similarity index 100%
rename from Angelo Vellar/Java/repasoExtrafacultad/elijeTuPropiaAventura.java
rename to Java/repasoExtrafacultad/elijeTuPropiaAventura.java
diff --git a/Angelo Vellar/Java/repasoExtrafacultad/imc.java b/Java/repasoExtrafacultad/imc.java
similarity index 100%
rename from Angelo Vellar/Java/repasoExtrafacultad/imc.java
rename to Java/repasoExtrafacultad/imc.java
diff --git a/Angelo Vellar/Java/repasoExtrafacultad/mostrarNum.java b/Java/repasoExtrafacultad/mostrarNum.java
similarity index 100%
rename from Angelo Vellar/Java/repasoExtrafacultad/mostrarNum.java
rename to Java/repasoExtrafacultad/mostrarNum.java
diff --git a/Angelo Vellar/Java/repasoExtrafacultad/mulDivRes.java b/Java/repasoExtrafacultad/mulDivRes.java
similarity index 100%
rename from Angelo Vellar/Java/repasoExtrafacultad/mulDivRes.java
rename to Java/repasoExtrafacultad/mulDivRes.java
diff --git a/Angelo Vellar/Java/repasoExtrafacultad/numPrimos.java b/Java/repasoExtrafacultad/numPrimos.java
similarity index 100%
rename from Angelo Vellar/Java/repasoExtrafacultad/numPrimos.java
rename to Java/repasoExtrafacultad/numPrimos.java
diff --git a/Java/repasoExtrafacultad/repasoArreglos.java b/Java/repasoExtrafacultad/repasoArreglos.java
new file mode 100644
index 00000000..9e16d28c
--- /dev/null
+++ b/Java/repasoExtrafacultad/repasoArreglos.java
@@ -0,0 +1,29 @@
+import java.util.Scanner;
+
+public class repasoArreglos {
+ public static void main(String[] args) {
+ //Hacer un programa que permita al usuario ingresar 5 números y mostrarlos.
+ Scanner consola = new Scanner(System.in);
+
+ int numeros[] = new int[5];
+ int contador = 0;
+
+
+ while (contador < 5) {
+ System.out.print("Ingrese un número: ");
+ int numero = consola.nextInt();
+ numeros[contador] = numero;
+ contador++;
+ }
+ contador = 0;
+ while (contador < 5) {
+ System.out.println("Los numeros son: " + numeros[contador]);
+ contador++;
+
+
+ }
+
+ consola.close();
+ }
+
+}
diff --git a/Java/repasoExtrafacultad/repasoArreglos2.java b/Java/repasoExtrafacultad/repasoArreglos2.java
new file mode 100644
index 00000000..f4ec2743
--- /dev/null
+++ b/Java/repasoExtrafacultad/repasoArreglos2.java
@@ -0,0 +1,37 @@
+import java.util.Scanner;
+
+public class repasoArreglos2 {
+ public static void main(String[] args) {
+ //1) Crea un array de 10 posiciones de números con valores pedidos por teclado.
+ // Muestra por consola el indice y el valor al que corresponde.
+ // Haz dos métodos, uno para rellenar valores y otro para mostrar.
+ Scanner consola = new Scanner(System.in);
+ int numeros[] = new int[10];
+ int contador = 0;
+ while (contador < 10) {
+ System.out.print("Digite un número: ");
+ int numero = consola.nextInt();
+ numeros[contador] = numero;
+ contador++;
+ }
+ contador = 0;
+ while(contador < 10){
+ System.out.println("Indice: " +contador+ " El valor es: " + numeros[contador]);
+ contador++;
+ }
+ //Acá lo hacemos con el ciclo for
+
+ /* for( int contador = 0; contador < 10; contador++){
+ System.out.print("Digite un número: ");
+ int numero = consola.nextInt();
+ numeros[contador] = numero;
+
+
+ }
+ */
+ consola.close();
+
+
+
+ }
+}
diff --git "a/JavaScript/Clase10(Ejercicios)/Ej1(Estaci\303\263nDelA\303\261o).js" "b/JavaScript/Clase10(Ejercicios)/Ej1(Estaci\303\263nDelA\303\261o).js"
new file mode 100644
index 00000000..e0deb1c9
--- /dev/null
+++ "b/JavaScript/Clase10(Ejercicios)/Ej1(Estaci\303\263nDelA\303\261o).js"
@@ -0,0 +1,20 @@
+
+//Ejercicio 1: Estación del año
+let mes = 9;
+let estacion;
+if(mes == 1 || mes == 2 || mes == 12){
+ estacion = "Verano";
+}
+else if (mes == 3 || mes == 4 || mes == 5){
+ estacion = "Otoño";
+}
+else if(mes == 6 || mes == 7 || mes == 8){
+ estacion = "Invierno";
+}
+else if (mes == 9 || mes == 10 || mes == 11){
+ estacion = "Primavera";
+}
+else{
+ estacion = "Valor Incorrecto"
+}
+console.log("El valor corresponde a la estación de: " + estacion);
\ No newline at end of file
diff --git a/JavaScript/Clase10(Ejercicios)/Ej2(HoraDelDia).js b/JavaScript/Clase10(Ejercicios)/Ej2(HoraDelDia).js
new file mode 100644
index 00000000..f34990b0
--- /dev/null
+++ b/JavaScript/Clase10(Ejercicios)/Ej2(HoraDelDia).js
@@ -0,0 +1,22 @@
+//Ejercicio 2: Hora del dia
+
+//Ejercicio 2: Hora del día
+let hora = 7;
+let mensaje;
+if(hora >= 6 && hora <= 11){
+ mensaje = "¡Good Morning!";
+}
+else if(hora >= 12 && hora<= 16){
+ mensaje = "¡Good afternoom!";
+}
+else if(hora >= 17 && hora <= 19){
+ mensaje = "¡Good evening!";
+}
+else if(hora >= 20 && hora <= 23){
+ mensaje = "¡Good Night!";
+}
+else{
+ mensaje = "Valor incorrecto";
+}
+console.log("Son las: " + hora + "hs --- "+ mensaje + " --- ")
+
diff --git a/JavaScript/Clase10(Ejercicios)/EstrSwichBreak.js b/JavaScript/Clase10(Ejercicios)/EstrSwichBreak.js
new file mode 100644
index 00000000..79049e98
--- /dev/null
+++ b/JavaScript/Clase10(Ejercicios)/EstrSwichBreak.js
@@ -0,0 +1,21 @@
+// Estructura switch (Sintaxis igual a Java)
+let mes = 4
+let estacion;
+switch(mes){ //No solo se pueden utilizar números, también cadenas
+ case 1: case 2: case 12:
+ estacion = "verano";
+ break;
+ case 3: case 4: case 5:
+ estacion = "otoño";
+ break;
+ case 6: case 7: case 8:
+ estacion = "invierno";
+ break;
+ case 9: case 10: case 11:
+ estacion = "primavera";
+ break;
+ default:
+ estacion = "Valor incorrecto";
+
+}
+console.log("Bienvenido a la estación de: " + estacion)
\ No newline at end of file
diff --git "a/JavaScript/Clase6(Cadenas)/Concatenaci\303\263nDeCadenas.js" "b/JavaScript/Clase6(Cadenas)/Concatenaci\303\263nDeCadenas.js"
new file mode 100644
index 00000000..edfae43e
--- /dev/null
+++ "b/JavaScript/Clase6(Cadenas)/Concatenaci\303\263nDeCadenas.js"
@@ -0,0 +1,71 @@
+var nombre = "Jose";
+var apellido =" Montes";
+var nombreCompleto = nombre+" "+apellido;
+console.log(nombreCompleto);
+var nombreCompleto2 = "Ariel"+" "+"Betancud";
+console.log(nombreCompleto2);
+var juntos = nombre + 219; //Lee de izq a der siguiendo la cadena lee el numero como tipo str
+console.log(juntos);
+juntos = nombre + 78 + 17; //Aquí se puede diferenciar a traves de los paréntesis
+console.log(juntos)
+juntos = 78 + 17 + nombre;
+console.log(juntos);
+
+nombre += apellido; //Tercer concatenación usando el operador simplificado
+console.log(nombre)
+
+//Hoy ya no se usa var, se utiliza let y const
+let nombre2 = "Pedro";
+console.log(nombre2);
+
+const apellido2 = "Lepes";
+//apellido2 = "Perez" Una constante no puede ser modificada
+console.log(apellido2)
+
+
+
+ //Ampliando el uso de var let y const
+/*
+ Con var puedes reasignar en cualquier momento, este forma parte del ambito global,
+ Un error es que se sobreescriba
+
+*/
+var nombre = "Ariel";
+nombre = "Osvaldo";
+console.log(nombre);
+
+function saludar(){
+ var nombre = "Natalia"
+ console.log(nombre);
+}
+console.log(nombre); //Aquí no lee el dato en la función
+
+if(true){
+ var edad = 34;
+ console.log(edad);
+}
+console.log(edad); //En la función funciono correctamente, en la estructura if falló
+
+/*
+let: esta puede ser reasignada en cualquier momento, la diferencia es que su ambito es el bloque,
+solo dispone dentro de un bloque de llaves o dentro de una función
+*/
+function saludar2(){
+ let nombre2 = "Ariel"
+ console.log(nombre2);
+}
+//console.log(nombre2);
+
+if(true){
+ let edad2 = 33;
+ console.log(edad2);
+}
+//console.log(edad2);
+/*
+const se utiliza para valores constantes que no pueden ser reasignadas
+*/
+const fechaNacimiento = 2006;
+console.log(fechaNacimiento);
+fechaNacimiento = 2003;
+console.log(fechaNacimiento); // Solo se ejecuta el console anterior
+
diff --git a/JavaScript/Clase7(Ejercicios)/Ej(EsMayorEdad).js b/JavaScript/Clase7(Ejercicios)/Ej(EsMayorEdad).js
new file mode 100644
index 00000000..36dcca5f
--- /dev/null
+++ b/JavaScript/Clase7(Ejercicios)/Ej(EsMayorEdad).js
@@ -0,0 +1,9 @@
+ //Ejercicio: Es mayor de edad
+
+let Edad = 23, mayorDeEdad = 18;
+if(Edad >= mayorDeEdad){
+ console.log("Es mayor de edad")
+}
+else{
+ console.log("Es menor de edad")
+}
\ No newline at end of file
diff --git a/JavaScript/Clase7(Ejercicios)/Ej(NumImparPar).js b/JavaScript/Clase7(Ejercicios)/Ej(NumImparPar).js
new file mode 100644
index 00000000..d5094163
--- /dev/null
+++ b/JavaScript/Clase7(Ejercicios)/Ej(NumImparPar).js
@@ -0,0 +1,8 @@
+//Ejercicio: Encontrar números Pares e Impares
+let parImpar = 16;
+if(parImpar % 2 == 0){
+ console.log("Es un número PAR")
+}
+else{
+ console.log("Es un número IMPAR")
+}
\ No newline at end of file
diff --git a/JavaScript/Clase8(var,let,const)/VarLetConts.js b/JavaScript/Clase8(var,let,const)/VarLetConts.js
new file mode 100644
index 00000000..b24b78c5
--- /dev/null
+++ b/JavaScript/Clase8(var,let,const)/VarLetConts.js
@@ -0,0 +1,58 @@
+
+
+//Ejercicio: Dentro de un rango
+let dentroRango = 5; //Acá vamos a ir cambiando el valor
+let valMin = 0, valMax = 10;
+if(dentroRango >= valMin && dentroRango <= valMax){
+ console.log("Esta dentro del rango establecido")
+}
+else{
+ console.log("Esta fuera del rango establecido")
+}
+
+
+ //Ampliando el uso de var let y const
+/*
+ Con var puedes reasignar en cualquier momento, este forma parte del ambito global,
+ Un error es que se sobreescriba
+
+*/
+var nombre = "Ariel";
+nombre = "Osvaldo";
+console.log(nombre);
+
+function saludar(){
+ var nombre = "Natalia"
+ console.log(nombre);
+}
+console.log(nombre); //Aquí no lee el dato en la función
+
+if(true){
+ var edad = 34;
+ console.log(edad);
+}
+console.log(edad); //En la función funciono correctamente, en la estructura if falló
+
+/*
+let: esta puede ser reasignada en cualquier momento, la diferencia es que su ambito es el bloque,
+solo dispone dentro de un bloque de llaves o dentro de una función
+*/
+function saludar2(){
+ let nombre2 = "Ariel"
+ console.log(nombre2);
+}
+//console.log(nombre2);
+
+if(true){
+ let edad2 = 33;
+ console.log(edad2);
+}
+//console.log(edad2);
+/*
+const se utiliza para valores constantes que no pueden ser reasignadas
+*/
+const fechaNacimiento = 2006;
+console.log(fechaNacimiento);
+fechaNacimiento = 2003;
+console.log(fechaNacimiento); // Solo se ejecuta el console anterior
+
diff --git a/JavaScript/Clase9(AlgOperFunciones)/OperadoresJs.js b/JavaScript/Clase9(AlgOperFunciones)/OperadoresJs.js
new file mode 100644
index 00000000..a6feb8d9
--- /dev/null
+++ b/JavaScript/Clase9(AlgOperFunciones)/OperadoresJs.js
@@ -0,0 +1,41 @@
+//Ejercicio: Si el padre puede asistir al juego de su hijo
+let vacaciones = false, diaDescanso = false;
+if(vacaciones || diaDescanso) {
+ console.log("El padre puede asistir al juego de su hijo")
+}
+else{
+ console.log("El padre No puede asistir al juego de su hijo")
+
+}
+
+//Operador ternario
+let resultado2 = 5 > 2 ? "Verdadero" : "Falso";
+console.log(resultado2)
+let numero = 16
+resultado2 = numero % 2 == 0? "Es un número PAR" : "Es un número IMPAR"
+console.log(resultado2)
+
+//Convertir String a Number
+let miNumero = "21" //Es una cadena
+console.log(typeof miNumero);
+let edad2 = Number(miNumero); //Esta es una FUNCIÓN
+console.log(typeof edad2);
+
+//Funcion isNaN
+if(isNaN(edad2)){ //No es un número = is Not a Number(devuelve un resultado booleano)
+ console.log("Esta variable no contiene solo numeros")
+}
+else{
+ if(edad2 >= 18){
+ console.log("Puede votar");
+ }
+ else{
+ console.log("Muy joven para votar");
+ }
+}
+
+//Operador ternario
+let resultado3 = edad2 >= 18 ? "Puede votar" : "Muy joven para votar";
+console.log(resultado3);
+
+//Función isNan
diff --git a/JavaScript/Clase9(AlgOperFunciones)/index.html b/JavaScript/Clase9(AlgOperFunciones)/index.html
new file mode 100644
index 00000000..e69de29b
diff --git "a/Angelo Vellar/JavaScript/Lecci\303\263n01/01-01-holamundo.js" b/JavaScript/Clases 2-5/01-01-holamundo.js
similarity index 100%
rename from "Angelo Vellar/JavaScript/Lecci\303\263n01/01-01-holamundo.js"
rename to JavaScript/Clases 2-5/01-01-holamundo.js
diff --git "a/Angelo Vellar/JavaScript/Lecci\303\263n01/HolaMundo.js" b/JavaScript/Clases 2-5/HolaMundo.js
similarity index 100%
rename from "Angelo Vellar/JavaScript/Lecci\303\263n01/HolaMundo.js"
rename to JavaScript/Clases 2-5/HolaMundo.js
diff --git "a/Angelo Vellar/JavaScript/Lecci\303\263n01/TeoriaJavaScript.js" b/JavaScript/Clases 2-5/TeoriaJavaScript.js
similarity index 100%
rename from "Angelo Vellar/JavaScript/Lecci\303\263n01/TeoriaJavaScript.js"
rename to JavaScript/Clases 2-5/TeoriaJavaScript.js
diff --git "a/Angelo Vellar/JavaScript/Lecci\303\263n01/index.html" b/JavaScript/Clases 2-5/index.html
similarity index 100%
rename from "Angelo Vellar/JavaScript/Lecci\303\263n01/index.html"
rename to JavaScript/Clases 2-5/index.html
diff --git "a/JavaScript/Lecci\303\263n01/01-01-holamundo.js" "b/JavaScript/Lecci\303\263n01/01-01-holamundo.js"
new file mode 100644
index 00000000..3a4ec085
--- /dev/null
+++ "b/JavaScript/Lecci\303\263n01/01-01-holamundo.js"
@@ -0,0 +1,6 @@
+var nombre = "Angelo ";
+var apellido = "Vellar";
+console.log(nombre+apellido);
+var nombre = "Belen";
+var apellido = "Mateo";
+console.log(nombre+apellido)
\ No newline at end of file
diff --git "a/Angelo Vellar/JavaScript/Lecci\303\263n01/Concatenaci\303\263nDeCadenas.js" "b/JavaScript/Lecci\303\263n01/Concatenaci\303\263nDeCadenas.js"
similarity index 100%
rename from "Angelo Vellar/JavaScript/Lecci\303\263n01/Concatenaci\303\263nDeCadenas.js"
rename to "JavaScript/Lecci\303\263n01/Concatenaci\303\263nDeCadenas.js"
diff --git "a/JavaScript/Lecci\303\263n01/HolaMundo.js" "b/JavaScript/Lecci\303\263n01/HolaMundo.js"
new file mode 100644
index 00000000..c5157a09
--- /dev/null
+++ "b/JavaScript/Lecci\303\263n01/HolaMundo.js"
@@ -0,0 +1,3 @@
+var nombre = "Angelo ";
+nombre = "Hola Mundo desde JavaScript";
+console.log(nombre);
\ No newline at end of file
diff --git "a/JavaScript/Lecci\303\263n01/TeoriaJavaScript.js" "b/JavaScript/Lecci\303\263n01/TeoriaJavaScript.js"
new file mode 100644
index 00000000..1ece0aac
--- /dev/null
+++ "b/JavaScript/Lecci\303\263n01/TeoriaJavaScript.js"
@@ -0,0 +1,66 @@
+
+ //Tipos de Datos en JavaScript
+ /*
+ La sintaxis en lo que es comentarios es muy similar a la de Java
+ realmente diriamos que es identica
+ */
+
+ //Tipo Str
+ var nombre = "Ariel";
+ console.log(typeof nombre);
+ nombre = 7;
+ console.log(typeof nombre);
+ nombre = 12.3
+ console.log(typeof nombre);
+ //Tipo Númerico
+ var numero = 3000;
+ console.log(numero);
+
+ var objeto = {
+ nombre : "Angelo",
+ apellido : "Vellar",
+ telefono : "262589205"
+ }
+
+ console.log(typeof objeto);
+
+ //Tipo de dato boolean
+
+ var bandera = true;
+ console.log(bandera)
+
+ //Tipo de dato función
+ function miFuncion(){}
+ console.log(typeof miFuncion);
+
+ //Tipo de dato symbol
+ var simbolo = Symbol("Mi simbolo");
+ console.log(typeof simbolo);
+
+ //Tipo de dato clase
+ class Persona{
+ constructor(nombre,apellido){
+ this.nombre = nombre;
+ this.apellido = apellido;
+ }
+ }
+console.log(typeof Persona);
+
+ //Tipo de dato undefined
+var x;
+console.log(x);
+x = undefined
+console.log(typeof x)
+// null: significa ausencia de valor
+var y = null; //null no es un tipo de dato, pero su origen es de tipo object
+console.log(typeof y);
+
+//Tipo de dato array y Empty String
+var autos = ["Catrien", "Audi","BMW","Ford"]
+console.log(autos);
+console.log(typeof autos); //Preguntamos que tipo de datos es:
+
+var z = "";
+console.log(z); //Esto se refiere a que es una cadena vacía:
+console.log(typeof z );
+
diff --git "a/Santiago Pe\303\261afiel/JAVASCRIPT/Leccion03/index.html" "b/JavaScript/Lecci\303\263n01/index.html"
similarity index 74%
rename from "Santiago Pe\303\261afiel/JAVASCRIPT/Leccion03/index.html"
rename to "JavaScript/Lecci\303\263n01/index.html"
index 9857d0a3..1dbf3c1b 100644
--- "a/Santiago Pe\303\261afiel/JAVASCRIPT/Leccion03/index.html"
+++ "b/JavaScript/Lecci\303\263n01/index.html"
@@ -6,6 +6,6 @@
JavaScript
-
+
-