Commit 9087808

mo khan <mo.khan@gmail.com>
2019-09-02 21:44:09
fix README for Q5
1 parent 46d69f9
Changed files (1)
src/Q5/README.md
@@ -39,15 +39,17 @@ Student ID: 3431709
 
 1. Sample Input and Output:
 
-  ```bash
-  $ mvn package
-  $ java -cp target/assignment2*.jar ca.mokhan.comp268.App 5
-  Welcome to the village
-  The village has 100 citizens
-  23 citizens have a doctorate
-  25 citizens have a post graduate degree
-  33 citizens have a under graduate degree
-  19 citizens have a high school diploma
-  ```
-
-1. Discussion:
+  Running the program yields output like the following:
+
+    ```bash
+    $ mvn package
+    $ java -cp target/assignment2*.jar ca.mokhan.comp268.App 5
+    Welcome to the village
+    The village has 100 citizens
+    23 citizens have a doctorate
+    25 citizens have a post graduate degree
+    33 citizens have a under graduate degree
+    19 citizens have a high school diploma
+    ```
+
+1. Discussion