Exam Reviews
Midterm and final exam reviews go here!
Correction on the question dealing with tracing:
int[] turtles = ["Leonardo", "Donatello", "Raphael", "Michaelangelo"];
Should be:
String[] turtles = {"Leonardo", "Donatello", "Raphael", "Michaelangelo"};