Introduction to Lists and Iteration

Discussion Question: How would you build a slide-show of images/text?

Instructor Demo: if-else solution to this problem

Discuss if-else solution

List Solution

Store images in a list variable. Use an index variable to walk through the list

Instructor demo: sketch or code blocks for letting user walk through list

Discussion: Compare If-Else and List solution