CS211 S07 Quiz 1 2/8/07 Please write legibly. 1. My name is__________________________________________________________________ 2. My Cornell NetId is_____________________ 3. I started working on A1 on____________________________(date) 4. Suppose s1 and s2 are strings. Choose the correct method of comparing them to determine if they represent the same sequence of characters. A. s1.equals(s2) B. s1 == s2 C. s1 = s2 5. Explain in one sentence how induction and recursion are related. _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________