Commit 95112200 authored by Ben's avatar Ben

Assessment Part Three Complete

parent df9f6a1f
...@@ -81,7 +81,7 @@ public class AssessmentPartThree { ...@@ -81,7 +81,7 @@ public class AssessmentPartThree {
message = message + newChar; //Adds the new encrypted character to the cipher text string. message = message + newChar; //Adds the new encrypted character to the cipher text string.
} }
return message; return message; //Returns Message
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment