1/13/00
COM1100 Winter2000 Yuhong Yin Northeastern University
4
Arithmetic Operations
qInteger(int) and real number(double) can be added, subtracted, multiplied, and divided.
qThe operators used for arithmetic operations are called arithmetic operators.
qAddition +
qSubtraction -
qMultiplication *
qDivision /
qModulus Division %       
n