summaryrefslogtreecommitdiff
path: root/src/Q5/README.md
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2019-07-13 13:55:21 -0600
committermo <mo.khan@gmail.com>2019-07-13 13:55:21 -0600
commita76b31a8639190c6e98fefc0e62e42b937501f94 (patch)
tree12bd163a8f80cc0cdaa472430a9fb902c08fe411 /src/Q5/README.md
parente5aefc5e25159ad6f8ce2a08e754b8ed2f5c546f (diff)
add description of the code
Diffstat (limited to 'src/Q5/README.md')
-rw-r--r--src/Q5/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Q5/README.md b/src/Q5/README.md
index e0eb9eb..4d4fac9 100644
--- a/src/Q5/README.md
+++ b/src/Q5/README.md
@@ -29,6 +29,11 @@ the number of citizens corresponding to each of the four educational qualificati
```
1. Description of the Code:
+
+The code has 3 classes. The entry point into the console application is
+in the `Village` class. I chose to store the citizens of the village in
+a generic `ArrayList<T>`.
+
1. Errors and Warnings:
1. Sample Input and Output: