Java Operators (Update)
Java Operators (Update)
1.Arithmetic Operators
2.Assignment Operators
3.Relational Operators
4.Logical Operators
5.Unary Operators
Java Arithmetic Operators
Arithmetic operators are used to perform arithmetic
operations on variables and data.
+ operator is
used to add
two variables
Java Assignment Operators
Assignment operators are used in Java to
assign values to variables