IT 114: Introduction to Java
Class 11

Topics

Review

New Material

Homework 4

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

Defining Methods

Method Headers

Running a Method

Arguments and Parameters

Methods Can Have Many Parameters

Identifiers

Java Class Names

New Material

Methods That Create Values

Returning Values

Return Type in Method Header

Example of a Method Returning a Value

Why Does javac Need the Return Type?

Method Calls Can Be Expressions

A More Useful Java Method

Problems When Dividing Integers

The main Method

Class Quiz

Attendance

Class Exercise