OBJECTIVE

Algorithm: For each character in the message: (1) find the location of the current character in the alphabet (will be a number from 0 to 25. (2) Add on the offset. (3) If the location + the offset is greater than 25 (the last position in a 26-character string), subtract 26 from it (the length of the string). ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download