Jose Bedolla 6 anos atrás
pai
commit
77985166f6
3 arquivos alterados com 7 adições e 5 exclusões
  1. 1
    0
      WriteIFs.java
  2. 2
    1
      WriteLoops.java
  3. 4
    4
      package.bluej

+ 1
- 0
WriteIFs.java Ver arquivo

@@ -6,6 +6,7 @@
6 6
  * @version (a version number or a date)
7 7
  */
8 8
 
9
+
9 10
 public class WriteIFs
10 11
 {
11 12
    int x;

+ 2
- 1
WriteLoops.java Ver arquivo

@@ -226,7 +226,8 @@ public class WriteLoops {
226 226
                     runningScore = runningScore + currentScore;
227 227
                     w = w + 1;
228 228
                 }
229
-            } while(runningScore < highestScore);
229
+            } 
230
+                while(runningScore < highestScore);
230 231
 
231 232
 
232 233
         return w >= 3;

+ 4
- 4
package.bluej Ver arquivo

@@ -5,10 +5,10 @@ dependency1.type=UsesDependency
5 5
 dependency2.from=WriteIFsTest
6 6
 dependency2.to=WriteIFs
7 7
 dependency2.type=UsesDependency
8
-editor.fx.0.height=714
9
-editor.fx.0.width=800
10
-editor.fx.0.x=474
11
-editor.fx.0.y=23
8
+editor.fx.0.height=0
9
+editor.fx.0.width=0
10
+editor.fx.0.x=0
11
+editor.fx.0.y=0
12 12
 objectbench.height=92
13 13
 objectbench.width=523
14 14
 package.divider.horizontal=0.6