Leon 6 lat temu
rodzic
commit
cb1b2ef2d7

+ 10
- 0
README.md Wyświetl plik

1
 # Java Fundamentals
1
 # Java Fundamentals
2
+
2
 * **Objective:**
3
 * **Objective:**
3
     * To complete the method stubs in each of the provided classes
4
     * To complete the method stubs in each of the provided classes
4
         * `MathUtilities`
5
         * `MathUtilities`
17
 	* `StringUtilities`
18
 	* `StringUtilities`
18
 	
19
 	
19
 * **Instructions**
20
 * **Instructions**
21
+
22
+    * Fork this Repository
23
+        * [fork](https://help.github.com/articles/fork-a-repo/) this repository to your personal github account 
24
+        * [clone](https://help.github.com/articles/cloning-a-repository/) **your** `forked` repository to your local machine.
25
+        * edit and create the required files.
26
+        * `git add` your changes to the list of your `commited` files.
27
+        * `git commit` your added files to the list of your `staged` files.
28
+        * `git push` your staged files to your remote repository.
29
+        * submit a `pull request` which compares Zipcoder `master` to your `master`.
20
     * Complete each of the method stubs in the `main` classes provided.
30
     * Complete each of the method stubs in the `main` classes provided.
21
         * `main` classes are located in `src.main.java.com.zipcodewilmington.danny_do_better_exercises`
31
         * `main` classes are located in `src.main.java.com.zipcodewilmington.danny_do_better_exercises`
22
     * There are comments above each method stub to describe the expected behavior.
32
     * There are comments above each method stub to describe the expected behavior.

BIN
target/classes/com/zipcodewilmington/danny_do_better_exercises/ZipcodeRocks.class Wyświetl plik