12 Achegas aed913c6a8 ... 5845acfbd0

Autor SHA1 Mensaxe Data
  sziit 5845acfbd0 cjc %!s(int64=6) %!d(string=hai) anos
  sziit aed913c6a8 x %!s(int64=6) %!d(string=hai) anos
  sziit 02f15cfa72 d %!s(int64=6) %!d(string=hai) anos
  sziit 5dee6aadab cjc %!s(int64=6) %!d(string=hai) anos
  sziit 05d4b25ee7 cjc %!s(int64=6) %!d(string=hai) anos
  sziit 014a6dea9b x %!s(int64=6) %!d(string=hai) anos
  sziit 9dd129c819 123 %!s(int64=6) %!d(string=hai) anos
  sziit 5e34faf74e 36 %!s(int64=6) %!d(string=hai) anos
  sziit 790e55ac9b 52 %!s(int64=6) %!d(string=hai) anos
  sziit 5c07a32091 sd %!s(int64=6) %!d(string=hai) anos
  sziit 11797587ef ds %!s(int64=6) %!d(string=hai) anos
  sziit 6fe18948d9 2 %!s(int64=6) %!d(string=hai) anos
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. BIN=BIN
      homework/bin/homework/Test1.class
  2. 1 1
      homework/src/homework/Test1.java

BIN=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);