Topics for the Week of Feb 24
Reading: Chapter 5
- Go over parts of exam 1
- Lab:
- Lab 4 must be demonstrated by Tues lab.
- Lab 5 is available. It is due March 5.
- Review:
- Primitive types:
- integer types: byte, short, int, long
- floating point types: float, double
- How are primitives stored as opposed to objects.
- Calculating factorials
- New Material: Numeric Computing
- Finish Lottery Program.
- for loops
- Math class
- type conversions
- formatting doubles
- Numeric expressions. Operators and their precedence (pp 180-181)
- See notes from past year.Primitive Types and
Java Statements.
[top]
[CS 231 Lectures Page]