|
@@ -4,6 +4,16 @@
|
4
|
4
|
|
5
|
5
|
Various Java programs to illustrate various concepts from an old CS course at UTexas.edu. This java code is from the last century.
|
6
|
6
|
|
|
7
|
+
|
|
8
|
+Fork this repo to your account, clone your repo to your machine.
|
|
9
|
+
|
|
10
|
+Read all this code. Puzzle over what it does.
|
|
11
|
+
|
|
12
|
+Choose one of these code samples. Add a file with your name as the filename (ex: SteveJ.md),
|
|
13
|
+write me a brief paragraph that describes what your chosen code sample does and how it works.
|
|
14
|
+
|
|
15
|
+Add, commit, push and do a Pull Request.
|
|
16
|
+
|
7
|
17
|
* A [Hello World!](CodeSamples/codeSamples/HelloWorld.java) Java program.
|
8
|
18
|
|
9
|
19
|
* [Calling Methods](CodeSamples/codeSamples/CallingMethodsInSameClass.java). A sample of how to call methods in the same class.
|
|
@@ -88,9 +98,3 @@ Various Java programs to illustrate various concepts from an old CS course at UT
|
88
|
98
|
|
89
|
99
|
* [WordCount](https://www.cs.utexas.edu/~scottm/cs314/CodeSamples/CodingSamples/WordCount.java) \- Program that compares counting words in files using an ArrayList and a Map.
|
90
|
100
|
|
91
|
|
-
|
92
|
|
-Fork this repo to your account, clone your repo to your machine.
|
93
|
|
-Read all this code. Puzzle over what it does.
|
94
|
|
-Choose one of these code samples. Add a file with your name as the filename (ex: SteveJ.md),
|
95
|
|
-write me a brief paragraph that describes what your chosen code sample does and how it works.
|
96
|
|
-Add, commit, push and do a Pull Request.
|