Please enable JavaScript to use CodeHS

Introduction to Java (Latte)

Lesson 3.2 Methods and Parameters

Objective

Students can write general methods that take parameters as inputs.

Students can use parameters to generalize their methods to solve general problems.

Students can identify and fix improper parameter names in Java.