/Caesar-s-Code-Encryption

This is a program that can either take any input who's total number of characters is a perfect square and turns it into code according to the rules of the caesar's cypher, or can decrypt any valid input of the caesar's cypher. The program has 2 functions, one which shows the square created by the input (called createArray()) and one the desplays either the encrypted or decrypted message, depending on input (called message())(i.e try IBmAaamtn)

Primary LanguageJava

------------------------------------------------------------------------
This is the project README file. Here, you should describe your project.
Tell the reader (someone who does not know anything about this project)
all he/she needs to know. The comments should usually include at least:
------------------------------------------------------------------------

PROJECT TITLE:
PURPOSE OF PROJECT:
VERSION or DATE:
HOW TO START THIS PROJECT:
AUTHORS:
USER INSTRUCTIONS: