12 Commits aed913c6a8 ... 5845acfbd0

Autor SHA1 Mensaje Fecha
  sziit 5845acfbd0 cjc hace 6 años
  sziit aed913c6a8 x hace 6 años
  sziit 02f15cfa72 d hace 6 años
  sziit 5dee6aadab cjc hace 6 años
  sziit 05d4b25ee7 cjc hace 6 años
  sziit 014a6dea9b x hace 6 años
  sziit 9dd129c819 123 hace 6 años
  sziit 5e34faf74e 36 hace 6 años
  sziit 790e55ac9b 52 hace 6 años
  sziit 5c07a32091 sd hace 6 años
  sziit 11797587ef ds hace 6 años
  sziit 6fe18948d9 2 hace 6 años
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. BIN
      homework/bin/homework/Test1.class
  2. 1 1
      homework/src/homework/Test1.java

BIN
homework/bin/homework/Test1.class


+ 1 - 1
homework/src/homework/Test1.java

@@ -9,7 +9,7 @@ public class Test1 {
 		System.out.println("Hello Breakpoint");
 		while (sum < 50000) {
 			k++;
-			for (int i = 0; i < 900; i++) {
+			for (int i = 0; i < 1221; i++) {
 				sum = sum + i;
 				System.out.println("i=" + i);
 				System.out.println("sum=" + sum);