CSE 113 - PowerPoint PPT Presentation

About This Presentation
Title:

CSE 113

Description:

Exam 6 March 26. Module 6 due March 28. Resign Deadline: March 28. Exam 7 March 31 ... Module 7 due April 4. Exam 8 April 9. Module 8 due April 11 ... – PowerPoint PPT presentation

Number of Views:13
Avg rating:3.0/5.0
Slides: 5
Provided by: cseBu
Learn more at: https://cse.buffalo.edu
Category:
Tags: cse | resign

less

Transcript and Presenter's Notes

Title: CSE 113


1
CSE 113
  • Week 10
  • March 17 - 21, 2008

2
Announcements
  • Exam 6 March 26
  • Module 6 due March 28
  • Resign Deadline March 28
  • Exam 7 March 31
  • Module 7 due April 4
  • Exam 8 April 9
  • Module 8 due April 11
  • No lecture on April 11

3
Weeks Topics
  • Chapter 6 Selection using if-statements
  • We can see if a picture is blue and then if it is
    blue, perhaps substitute it for another pixels
    color value.
  • This is the way blue screen special effects shots
    work

4
Weeks Topics
  • if(boolean expression)
  • //code executed if boolean expression is true
  • OR
  • if(boolean expression)
  • //code executed if boolean expression is true
  • else
  • //code executed if boolean expression is false
Write a Comment
User Comments (0)
About PowerShow.com