cs161AWinter2024/L2Agenda.org

435 B

Agenda: January 10th 2024

  • Review from last time

    • Re-write hello world
    • Talk about C++ syntax
    • Questions???
  • Write a program that averages two things
  • Write a program that gives you the multiplicative inverses

    • Wait a second…
  • booleans and choices
  • recap of types we've seen so far
  • time to do discussion 1 and start on coding assignment 1
  • how to do something until you don't? a first taste of loops