From 34f06aedf546b739ea2215f7328204bd9d7ba00b Mon Sep 17 00:00:00 2001 From: left_adjoint Date: Wed, 10 Jan 2024 10:46:52 -0800 Subject: [PATCH] agenda for lecture 2 --- L2Agenda.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 L2Agenda.org diff --git a/L2Agenda.org b/L2Agenda.org new file mode 100644 index 0000000..cd4f5f8 --- /dev/null +++ b/L2Agenda.org @@ -0,0 +1,12 @@ +* 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