Skip to main content

Section 2.3 Exercises: Identifying variables

These practice problems should be done alongside the Java Basics reading.
Before attempting these problems, make sure you have read about the different variable types.

Exercises Identifying variable types in code

1. Identifying parameters.

2. Identifying local variables.

3. Identifying fields.