What is the function of Operators in JAVA programming?
Answers
Answered by
5
++(increment)— this operator is used to increase the value of any variable by 1.
&&(and operator)— used to concatinate two conditional statements
!=(not equal to operator):— the not equal to operator is used to compare two values which are not equal
%(modulous):— used to calculate the remainder
=(assignment operator):— used to assign value to a variable or value of variable to a variable.
&&(and operator)— used to concatinate two conditional statements
!=(not equal to operator):— the not equal to operator is used to compare two values which are not equal
%(modulous):— used to calculate the remainder
=(assignment operator):— used to assign value to a variable or value of variable to a variable.
Answered by
8
- Bluej is object oriented programming language.
- It is made by Oracle,it is officially the software made by developers who made java.
Similar questions