diff options
| author | mo <mo.khan@gmail.com> | 2019-06-02 21:51:30 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2019-06-02 21:51:30 -0600 |
| commit | abc2f460b19e9f99ada48c32a54a328f580494b2 (patch) | |
| tree | 0bb006b5d0141352eb85c7505ab39e39a7f155c3 /src/Q1/ReversedSentence.java | |
| parent | 94f09616aeb061af2a7cfa6944996a1a342cc66f (diff) | |
start to fill out the program profile
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. |
