cs161AWinter2024/L3agenda.org

308 B

Lecture 3 agenda (January 22nd 2024)

  • Venting about being iced in!
  • Formatting (a.k.a let's make a table!!!)

    • setw
    • left
    • right
    • setfill
    • setprecision
    • fixed
  • Review of while-loops
  • Review of if-statements
  • A taste of for-loops (and what they're good for)
  • Time to work