Friday, October 5, 2007

How to recognize MATHEMATIC OPERATOR

How to recognize MATHEMATIC OPERATOR

To recognize MATHEMATIC OPERATOR

Below is the Mathematical Operator Action table:

OPERATOR IN C++

ACTION /MEANING

-

Subtraction

+

Addition

*

Multiplication

/

Division

%

Modulus Division

--

Decrement

++

Increment

<

Less than

<=

Less than or equal

>

Greater than

>=

Greater then or equal

==

Equal

!=

Not equal

&&

AND

||

OR

!

NOT

No comments: