Download presentation
Presentation is loading. Please wait.
1
CSE115: Introduction to Computer Science I Dr. Carl Alphonce 219 Bell Hall Office hours: M-F 11:00-11:50 645-4739 alphonce@buffalo.edu
2
Reminders & Announcements Next week: –Monday: review, Wednesday: Exam 4, Friday: final review Final exam: –12/14 (room assignments to be determined) CSEUGSA –Help Center (in Baldy 19) Wednesday, 12/2 (& 12/9?) 11:00 AM – 3:00 PM. –115/116 Exam Review (in Baldy 19?) Saturday, 12/12; details TBA
3
Agenda Lab 8 –due 12/11/09 –demo & completion strategy today control structures –one-branched conditional –while loop
4
Control structure overview if-else statement if ( ) else true false
5
Control structure overview if statement if ( ) true false
6
Control structure overview while statement while ( ) true false
7
Exercises Check out the ControlStructureExamples project from the LectureCode repository.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.