cs161AWinter2024/L5agenda.org
2024-01-29 10:59:14 -08:00

564 B

Agenda

  • Announcements:

    • You don't have to turn in evidence of zybooks (at some point the ability to see student progress started working)
    • Assignment 2 is nominally due on Sunday
    • Class notes keep updating!
  • Questions!!
  • Using while-loops to accept only some values and not others
  • Using while-loops to handle bad data

    • Talk about cin, cin.error(), cin.clear(), cin.ignore
  • Averaging an arbitrary number of numbers
  • Using for-loops to do things multiple times

    • The point of for-loops: arrays
  • Time for more homework/discussion problems