Every Java program stores and manipulates data. Before you can add numbers, compare values, or build anything useful, you need a place to hold that data. That place is a variable.
In this section, you'll learn how Java's type system works, from whole numbers to decimals to text. You'll practice declaring variables, converting between types, and choosing the right type for each situation.