We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd34b8b commit 409c08aCopy full SHA for 409c08a
ExerciseFive/README.md
@@ -17,6 +17,7 @@ Using the Word Utility that you developed in [Exercise One](../ExerciseOne/READM
17
Once the user added the sentence display:
18
19
* the number of words in the sentence
20
+ * the average word length
21
* the longest word
22
* the shortest word
23
@@ -39,4 +40,4 @@ Display all the words in the sentence and allows a user to display:
39
40
* only the words that end in selected letters.
41
* words of the selected length
42
* words longer than the selected length
- * words shorter than the selected length
43
+ * words shorter than the selected length
0 commit comments