Unit 1-6 HW

  1. Unit 1
  2. Unit 2
  3. Unit 3
  4. Unit 4
  5. Unit 5
  6. Unit 6
  7. Unit 7 Page (our group did this)

Score: 37/40

Corrections

Question 15

q15 I did not see the else return true statement and the return statement would terminate the program so if the first two were in increasing order but the rest weren’t it would still return true

Question 22

q22 I did not realize that subclasses can be assigned to subclass type variables. I also did not know that even though AudioBook is able to be assigned, it would still be considered a Book object in books regardless.

Question 24

q24 I look at the 2 in newArray[0][2] and accidentally thought it was column 2 instead of the third one because it starts at 0. I also somehow thought it was talking about the second row when it was literally a 0.