From 60c7ed527816a41415b576b7cfdfdce44568ba06 Mon Sep 17 00:00:00 2001 From: left_adjoint Date: Mon, 29 Jan 2024 10:59:14 -0800 Subject: [PATCH] added L5 agenda --- L5agenda.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 L5agenda.org diff --git a/L5agenda.org b/L5agenda.org new file mode 100644 index 0000000..f0ebd47 --- /dev/null +++ b/L5agenda.org @@ -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