CSE115: Introduction to Computer Science I Dr. Carl Alphonce 219 Bell Hall Office hours: M-F 11:00-11:
Reminders Lab 7 due tonight Lab 8 starts tomorrow, due 12/11/09 –we provide a lab 7 solution This week: –control structures Next week: –Monday is review –Wednesday is Exam 4 –Friday is final review Final exam is 12/14 (room assignments to be determined)
Agenda Today: –if-else statement –in-class exercises –Lab 7/8 discussion Coming up: –in-class exercises if statement –while statement
Control structure overview if-else statement if ( ) else true false
Code Look at code in ControlStructureExamples project in LectureCode repository. Also look at Exercises file for exercises that we did in class, that you can try on your own too.