Lecture 9: Loops 1
[Previous Lecture] [Next Lecture]
Powerpoint Slides: CS104-09_C_Loops_1.pdf (Park/Grasso), Chapter05.ppt (Hanly & Koffman)
Reading Assigned: 5.1-5.3
Homework Due: HW7
Homework Assigned: HW08
Topics Covered:
- The while Loop
- Checking User Input Using a while Loop
- Program Versatility
- Sentinel Values and Priming Reads
Programs Shown:
- avggrades.c shows a priming read with a sentinel value