New Activity
Play Matching Pairs

Variable declaration

Casting a variable

Variable assignment

Keyword final

Variable

Reserves a variable's chunk of memory. Example: int counter;

A named piece of memory where you can stash the value of something

An entity that can only be assigned once.

The process of converting a variable from one type into another type.

Sets a value to a variable. Example: counter = 7;