By Sitati Solomon
Caesar cipher program is a type of substitution in which each letter is shifted a certain number of places by using a key, down the alphabet.
- git clone https://github.com/mabunde/Caesar_cipher.git
- cd to Caesar-Cipher/
- open with intellij IDEA or your preferred editor
- Use: javac.App && java App to compile and run the application
- INPUT: "encoding"
- INPUT: "decoding"
- INPUT: "Exit"
- INPUT: "convert"
- OUTPUT: "Displays Error Message"
- INPUT: "Encoding"
- OUTPUT: "Displays Error Message"
- INPUT: "risky" , 2
- OUTPUT: "tkuma"
- INPUT: "dawn" ,3
- OUTPUT: "axtk"
- Java
Had a problem coming up with the tests
For support contact solomonsitati39@gmail.com
MIT License