diff options
Diffstat (limited to 'src/Q1/ReversedSentence.java')
| -rw-r--r-- | src/Q1/ReversedSentence.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Q1/ReversedSentence.java b/src/Q1/ReversedSentence.java index dcc5259..e0d55c0 100644 --- a/src/Q1/ReversedSentence.java +++ b/src/Q1/ReversedSentence.java @@ -6,15 +6,14 @@ * @date Jun 2, 2019 * @version 1.0 */ - package Q1; import java.util.Scanner; public class ReversedSentence { /** - * Replaces the every character that is in an index that is evenly - * divisible by 5 with the character 'z', excluding 0. + * Replaces the every character that is in an index that is evenly divisible by 5 with the + * character 'z', excluding 0. * * @param s The input string to substitue * @return The new string with the substitution. |
