Commit ff9e8560 authored by neil.whitehead's avatar neil.whitehead

13:42 17/12/18

parent 74840eaa
......@@ -20,7 +20,7 @@ public class AssessmentPartThree
//Dealing with negative offsets
theOffset = (theOffset < 0) ? 26 + theOffset : theOffset;
//ensures that the offset will "wrap around"
//ensures that the offset will "wrap around" by finding corresponding positive value
//Uppercase characters
if((theChar >= 65) && (theChar <= 90)) //65 to 90 = A to B
......
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