Showing posts with label operators. Show all posts
Showing posts with label operators. Show all posts

Thursday, July 8, 2010

Relational Operators in programming

This operator used in programming to make a decision making. this operator is answer by true or false or yes or no only. the program execute depending on the result of operations.

These are the Relational Operators
>          greater than
>=       greater than or equal
<         less than
<=      less than or equal
==      equal
!=       not equal

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