Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 611 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 611 Bytes

Problem set 2

Problem set 2 consists of 3 problems:

  • Readability
    • Implement a program that computes the approximate grade level needed to comprehend some text
  • Caesar (less)
    • Implement a program that encrypts messages using Caesar’s cipher
  • Substitution (more)
    • Implement a program that implements a substitution cipher

The "less" / "more" indicates the difficulty level of problem. Students are given the choice of selecting between a less/more challenging problem to complete but both have been done for more practice.