Video from Dave’s Sep 20th Review Session will go here:

GMT20230920-173620_Recording_1560x882.mp4

Module 3 - Interaction

https://docs.google.com/document/d/15Z8qnjPklrrwTjufTRZCsfJ9q82gnQ6wJYfjEsyeTwA/edit#heading=h.gjdgxs

Today:

Numerical Expressions - Review

3 + 4 is an expression that evaluates to 7

4 + (9 * 2) is an expression that evaluates to 22

12 % 10 is an expression that evaluates to 2 - ”%” is the modulus operator. It determines the reminder if the two numbers were divided. (12/10 is 1 with a remainder of 2… i.e. a modulus of 2)

Boolean Expressions