Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.54 KB

File metadata and controls

32 lines (26 loc) · 1.54 KB

Midterm Review

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)