These are the first data types we'll use:


Then these data types:


Later, we'll use other types, and we'll code our own types.

NOTE WELL -- Java is case sensitive. In other words Java expects "String" and not "string", and "int" and not "INT", etc.