Author: Ryan Wagner Format: Java Description: Caesar cypher program in Java. Used in Dailyprogrammer Week 3 Easy challenge - Caesar Cipher. Operation: To use, simply compile and run with no additional arguments. Example I/O: rkwagner$ java caesar Caesar text encoder. Encodes sentences, ignoring non-letters. Enter text to encode: hello world Enter shift amount: 10 Ignore invalid char " " Shifted sequence: xubbemehbt Original: helloworld
rkwagner/dp3easyJava
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|