Kr Younger 6 years ago
parent
commit
86e072018c
4 changed files with 14 additions and 7 deletions
  1. 8
    1
      WriteIFs.java
  2. 2
    2
      WriteIFsTest.java
  3. 2
    2
      WriteLoops.java
  4. 2
    2
      WriteLoopsTest.java

+ 8
- 1
WriteIFs.java View File

39
 
39
 
40
     }
40
     }
41
 
41
 
42
-   // instance variables - replace the example below with your own
42
+
43
+    
44
+    /**
45
+     *  Pay no attention to the code below this point.
46
+     * 
47
+     * 
48
+     * instance variables
49
+     * / 
43
    int x;
50
    int x;
44
    int tt_t;
51
    int tt_t;
45
    int tt_s;
52
    int tt_s;

+ 2
- 2
WriteIFsTest.java View File

8
 /**
8
 /**
9
  * The test class WriteIFsTest.
9
  * The test class WriteIFsTest.
10
  *
10
  *
11
- * @author  (your name)
12
- * @version (a version number or a date)
11
+ * @author  kyounger
12
+ * @version 1.2
13
  */
13
  */
14
 public class WriteIFsTest
14
 public class WriteIFsTest
15
 {
15
 {

+ 2
- 2
WriteLoops.java View File

7
 /**
7
 /**
8
  * Writeloops get you thinking about how to do different things with loops.
8
  * Writeloops get you thinking about how to do different things with loops.
9
  *
9
  *
10
- * @author kyounger
11
- * @version 1.2
10
+ * @author anonymous coward
11
+ * @version -0.3
12
  * 
12
  * 
13
  */
13
  */
14
 public class WriteLoops {
14
 public class WriteLoops {

+ 2
- 2
WriteLoopsTest.java View File

8
 /**
8
 /**
9
  * The test class WriteLoopsTest.
9
  * The test class WriteLoopsTest.
10
  *
10
  *
11
- * @author  (your name)
12
- * @version (a version number or a date)
11
+ * @author  kyounger
12
+ * @version 1.2
13
  */
13
  */
14
 public class WriteLoopsTest
14
 public class WriteLoopsTest
15
 {
15
 {