Resources
Home-work for next week
Chapters to read:
- 1 to 5, all sections
- (Skip this one if you are a beginner) 6, sections 1/2 (all) + 4 (advanced) + 3/5/6 (optional)
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 (about IF's and SWITCH's)
Maybe skip next one and do it next week. as it's not for beginners. :-)
- Chapter 5:
- #10, 17, 20, 32 (about FOR's and WHILE's)
- #40 (more advanced and complicated)
- Chapter 6: Write functions that return
- the day index since January 1, 2022 based on a date expressed as [dd mm yyyy] (you can assume the date is taken in 2022 to begin with).
- the name day (Monday, Tuesday,...) for a date, expressed as [dd mm yyyy], knowing that January 1, 2022, is a Saturday (you can assume the date is taken in 2022 to begin with).