Takeaways

Code

February 11th code is a student database that utilizes a hash table to store information about students. The keys are the student ID numbers, and values are the Student objects.
February 13th code is the same student database program, but uses a HashMap and HashSet under the hood. PirateTranslator.java puts english-->pirate word mappings, and translate an english sentence to a pirate sentence.