sziit 6 years ago
parent
commit
e9fa5e3bda
2 changed files with 1 additions and 1 deletions
  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

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