Biblioteca Java - Diff between revs 4 and 39
Subversion Repositories:
Rev 4 | Rev 39 | |||
---|---|---|---|---|
Line 1... | Line -... | |||
1 | package inroducere.java.operator; | - | ||
- | 1 | package introducere.java.operator; | ||
2 | 2 | |||
3 | /* | 3 | /* | |
4 | * The equality and relational operators determine if one operand is greater than, | 4 | * The equality and relational operators determine if one operand is greater than, | |
5 | * less than, equal to, or not equal to another operand. | 5 | * less than, equal to, or not equal to another operand. | |
6 | * Keep in mind that you must use "==", not "=", when testing | 6 | * Keep in mind that you must use "==", not "=", when testing |