Agenda

  1. Exercise: Functions with Arrays
    • Understand how a function can use:
      • sequence (order of statements)
      • selection (running code based on when a condition is true or false)
      • iteration (repeatedly running code)
    • … to produce an output array from an input array based on a rule.
    • This is a very common pattern in app development.
      • For example:
  2. Setup: Installing the Google Gemini CLI
    • During Study this evening or on the weekend, please install the Google Gemini CLI.
    • This will get you ready for our next class, where we’ll use Gemini to learn a bit more about how arrays are useful for writing compact code that is not repetitive.

Things to do before our next class

  • In your portfolio, share your progress with today’s task.