Day 11
- Reading: Read Chapter 6
- Lab 6 is due at beginning of lab Tuesday
- Project 3 is due Monday
- Midterm #2 and Lab Quiz #2 Thursday
- Lecture Topics
- Example: Write a program to play C Jeopardy - start with jeopardy.c
- Nested for loops with two dimensional arrays
- Example: displayGrid() - print the categories and a table of ints
- Example: getChoice() - get the user's choice for a category and value
- Example: processQuestion() - ask the user a question based on their choice, return 1 or 0 if they were correct
- Solution: jeopardy.c.solution