added L5 agenda

This commit is contained in:
left_adjoint 2024-01-29 10:59:14 -08:00
parent e0b07f2448
commit 60c7ed5278
1 changed files with 13 additions and 0 deletions

13
L5agenda.org Normal file
View File

@ -0,0 +1,13 @@
* 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