Okay, let's learn how to make our own variables. Java is a "strongly-typed" language, meaning that you have to assign the data type to its correct value yourself. Let's look at the "declaration and initialization" process. <data type> <name> = <value>;