February 1, 2007
Discuss Programming Assignment
\n is the delimiter
symbol for newline.
\\n would be the
delimiter for a slash and an n
Remind about folder cover
Show slides which refer to Lab 5 – FileIO - pay
particular attention to the LAST slide
Discuss Lab7
Terminology teacher would use
Discuss Enumerated types
- No
semi-colon at end of type declaration.
- NEWER
VERSION OF JAVA WILL FLAG ITS PRESENCE.
OLDER VERSION (UP IN ISAT/CS 236 WON’T).
- Types
can not be local to method
- Need
to be in a class
- Can
be in own class
- Values of enumerated types are essentially
constants and should be in upper case
- Read text pages 587-596
- Try:
- Problems
9 and 10 on page 608-609
- Problem
2 on page 606