agenda for lecture 2

This commit is contained in:
left_adjoint 2024-01-10 10:46:52 -08:00
parent fadf65de90
commit 34f06aedf5
1 changed files with 12 additions and 0 deletions

12
L2Agenda.org Normal file
View File

@ -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