- Heads-up - Exam 1 is next week on Thursday, Sept 30. Lab 4 will be
due the Tuesdsay after the exam.
-
Continue to work on Lab 3: Functions and Animation. This lab is due Wed at midnight.
Begin Lab 4: Images and Text. Due Tuesday, Oct 5, at 9am.
-
Programming Elements for this Week
- See Readings in Lab 4
- Review:
- "if" statement and the "if-else" statement
- Boolean operators: AND (&&), OR (||), NOT (!)
- Functions: See notes.
- Animation - using setup() and draw()
- New Material:
- Working with images.
- Working with text.
- The String data structure.