Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.34 KB

File metadata and controls

26 lines (21 loc) · 1.34 KB

Midterm Review

  • Lecture - We discussed the review (below)
  • Review paper, do until Question 9 only (different versions of the class have the midterm at different stages :) and (almost complete)Solutions

Codingbat problems

Here are some good problems from CodingBat for you to try, as studying for the test (try them with different loops, recursion, etc)

Ifs

Recursion (can also do with loops for practice)

Loops (with strings, can also use recursion)