Name: Lydia Ye
Date: Sept. 7 2023
This repository contains CaesarCipher and VigenereCipher programs (in Java) that encode or decode message taken from command line arguments through Caesar Cipher scheme or Vigenere Cipher scheme.
Readings and labs from csc207 course website
1. The reading on git and github help me understand how to use git repository to work with my programs (https://rebelsky.cs.grinnell.edu/Courses/CSC207/2023Fa/readings/git.html)
2. I followed the steps from git lab to create my git repository and use git to commit/push my programs (https://rebelsky.cs.grinnell.edu/Courses/CSC207/2023Fa/labs/git.html)
3. This reading helped me learned about basic syntax for java (https://rebelsky.cs.grinnell.edu/Courses/CSC207/2023Fa/readings/simple-java-c.html)