Relational Operators in java
Hello everyone,
Take this capture as a positive vibe in your coding journey so This is Prikshit Gautam sharing some useful information on relational operators,that are
1) == means if equals to 5) >= greater than and equal to
2) != means not equal to 6) <= less than and equals to Etc......
3) > greater than
4) < less than
these are some operators we also used in Mathematics which helps us in checking conditions in certain cases .These are mostly used in if-else statements to add conditions in different cases.
for example
this is a perfect and simple example of relational operators.
THANKS