Computer Science 202
Introduction to Programming
Fall 2012, The College of Saint Rose
Lecture 11: Java's switch Statement; Formatting Output
Date: Tuesday, October 2, 2012
Agenda
- Announcements
- First exam
- Looking at Thursday, October 11 as our exam day -
contact me ASAP with any major conflicts
- Topic cutoff is today's topics
- Many more details coming next time
- Reminder about class/lab time: you may leave early in many
cases if you have completed the assignment or are very close and
know what you need to do to finish up. However, it is not
appropriate or advisable to leave before the end of class/lab
time and then submit a poor (or worse yet, not submit!) an
assignment.
- Reminder: Lab 4 due tonight
- Lecture assignment 10 recap
- The switch statement
- Output formatting
- Lab 5: What Day of the Week Is That?
Lecture Assignment 11
Due at the start of class, Thursday, October 4.
Please submit answers to these questions
in Blackboard by the start of class. We will discuss these questions at
the start of class, so no late submissions are accepted.
- Gaddis Checkpoint 3.31, 3.32, 3.33, p. 164 (1 point each)
- Gaddis Find the Error 4, p. 172. (1 point)
Examples