IT 114: Introduction to Java
Class 8

Topics

Review

New Material

Homework 3

Homework 3 is due this Sunday at 11:59 PM.

You will find the assignment here.

If you have a problem or a question, make a post on the Class Discussion Area.

Review

Expressions

Evaluating an Expression

Precedence

Escape Sequences

Control Structures

Loops

Code Blocks

The ++ and -- Operators

Order of Precedence for ++ and --

New Material

The for loop

Initializing the Loop Variable

The Loop Test

The Loop Update Statement

The for Loop in Action

for Loop Patterns

Decreasing Loops

Using the Loop Variable Only for Counting

Indenting Java Code

Class Quiz

Attendance