Home-work for next week
Chapters to read:
- 1 to 5, all sections
- [6, sections 1/2 (all) + 4 (advanced) + 3/5/6 (optional)] not for beginners :-)
Video:
Exercises:
- Chapter 1:
- #9, 10, 25 (very basic)
- #35 (interesting & useful but easier after reading Chap. 2)
- Chapter 2: #35, 42, 47 (useful vector manipulation)
- Chapter 3: #12, 29 (1st script and function!)
- Chapter 4: #17, 18, 30 (of IF's and SWITCH's)
- Chapter 5:
- #10, 17, 20, 32 (of FOR's and WHILE's)
- #40 (more advanced and complicated)
- Not for beginners. :-)
Chapter 6: Write functions that return
- the day index since January 1, 2021 based on a date expressed as [dd mm yyyy] (you can assume the date is taken in 2021 to begin with).
- the name day (Monday, Tuesday,...) for a date, expressed as [dd mm yyyy], knowing that January 1, 2021, is a Friday (you can assume the date is taken in 2021 to begin with).