Session Details

Week 8, Session 23 — Sec. 1: Wed Jan 30
Sec. 2: Wed Jan 30
Sec. 3: Tue Jan 29

Reading

  1. none

HW Due

  1. HW 22
  2. Team Proj. Eval. on ANGEL

Topics

  1. More Python-esque C Features
  2. Using a function's return value
  3. if, if-else, else statements
  4. Single statements vs. compound statements with { } as parts of loops, if statements
  5. while loops
  6. break statements
  7. C's "true" and "false" values
  8. Input of ints with scanf
  9. int vs double

Outline

  1. [5 min] Hand-back quizzes, discuss questions
  2. [45 min] More Python-esque C Features
  3. [5 min] Break
  4. [10 min] Input with scanf
  5. [40 min] Tetris project presentations

More C Intro

HW Assigned

  1. HW 23