From abc2f460b19e9f99ada48c32a54a328f580494b2 Mon Sep 17 00:00:00 2001 From: mo Date: Sun, 2 Jun 2019 21:51:30 -0600 Subject: start to fill out the program profile --- src/Q1/ReversedSentence.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Q1/ReversedSentence.java') 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. -- cgit v1.2.3