IT 114: Introduction to Java
Class 9

Topics

Tips and Examples

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.

Tips and Examples

Indent as You Write Your Code

Review

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

New Material

Names of Java Files

print

Nested for Loops

Using Nested Loops to Print Tables

Keywords

Comments

Comments in Java

Mixing Data Types

Integer Division

Class Quiz

Attendance

Class Exercise