1/11/00
COM1100 Winter2000 Yuhong Yin
Northeastern University
11
int num1, num2;
§
Declared two integer variables
num1
,
num2
§
num1
is the name for an integer variable
§
num2
is the name for another integer
variable
§
num1
and
num2
are called
identifiers
.
§
n