CSS 290: Video Games and Computer Programming

advertisement
CSS 290: Video Games and
Computer Programming
Reading: Conditional Statements
• PLAD, Chapter 8 (“Arrays”)
– 8.1: Overview – READ CLOSELY!
– 8.2: Sequentially Searching An Array
• Not as important for us as 8.3 is
– 8.3: Processing The Contents Of An Array
• Totaling the values in an array 
– 8.4 – Parallel arrays
• We look at this later
– 8.5 – 2D arrays – SKIP THIS
CSS 290
2
Reading: Conditional Statements
• PLAD, Chapter 5 (“Repetition”)
– 5.6 – Nested Loops
CSS 290
3
Reading: Conditional Statements
• C#2005: Chapter 10
– Arrays
– Read PLAD first/most, then use this to figure
out what to type 
CSS 290
4
This lecture
• Reading Quizzes (3)
• Finish the ‘Loops in C#’ topic from last
lecture
• Start looking at arrays
CSS 290
5
Next lecture
• Industry Guest Speaker
– Bring your questions
– Read up on anything you’re curious about
• Continue working with arrays
CSS 290
6
Due Today
• A5 (initial version)
• A4 Revision
CSS 290
7
Quizzes
• 3 quizzes today
– Make sure you fill out all three!!
CSS 290
8
Download