Thursday, July 8, 2010

Java Operators

Programming Operators are use in computing the numbers using programming.

here are the the operators used in programming.

   name         Symbols
1. Addition                    +
2. Subtraction               -
3. Multiplication          *
4. Division                    /
5. Modulo                   %           - this operator used to get the remainder

No comments:

Post a Comment