OPERATOR (JAVA V)

Arithmetic Operators

+ summation operator (as well as connective string)

- Operator reduction

* multiplication operator

/ division operator

% Operator residual distribution





Single Operator

+ Operator plus; expressed positive values (each number without this mark will be considered as positive)

- Operator minus; declare a negative value, can also be used for a number menegatifkan

+ + operators increase; add a number to 1

- The operator reduction; subtracting a number with 1

! Operators opponent; flipped a boolean value

Single operator only requires one operand to perform operations. This operator can not be used for the final variable, because the final variable in the form of constants that can not be modified.
0 Komentar untuk "OPERATOR (JAVA V)"

Back To Top