Home-work for next week
Chapters to read:
- 1 to 5, all sections
- 6, sections 1/2 (all) + 4 (advanced) + 3/5/6 (optional)
Video:
Exercises:
- Chapter 1: 9, 10, 25, 35
- Chapter 2: 35, 42, 47
- Chapter 3: 12, 29, 34
- Chapter 4: 17, 18, 22, 30
- Chapter 5: 10, 17, 20, 32, 40
- Chapter 6: Write functions that return
- the day index since January 1, 2020 based on a date expressed as [dd mm yyyy] (you can assume the date is taken in 2020 to begin with).
- the name day (Monday, Tuesday,...) for a date, expressed as [dd mm yyyy], knowing that January 1, 2020, is a Wednesday (you can assume the date is taken in 2020 to begin with).