Session Details

Week 8, Session 24 — Sec. 1: Fri Oct 26
Sec. 2: Fri Oct 26
Sec. 3: Thu Oct 25

Reading

  1. none

HW Due

  1. HW 23
  2. Exam 2, Problem P7a make-up
  3. 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. [50 min] More Python-esque C Features
  3. [5 min] Break
  4. [5 min] Input with scanf
  5. [40 min] Exercises and Homework

More C Intro

HW Assigned

  1. HW 24