int salary = 85000;
int num = 1; The first part is the data type. The second is what you are going to name your variable, and the third part is to make the variable this value, in this case, 1.