IT 114: Introduction to Java
Class 12

Topics

Review

New Material

Homework 5

Homework 5 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

Returning Values

Return Type in Method Header

Method Calls Can Be Expressions

The main Method

New Material

Getting Input from the Command Line

Converting Strings to Integers

Control Structures

Conditionals or Branches

The boolean Data Type

Relational Operators

if Statements

if/else Statements

Nested if Statements

Should We Use Nested if Statements?

if/ else if Statements

Class Quiz

Attendance

Class Exercise