Java Basic

Using Operators and Decision Constructors

views

08:41
1) Use of Java Operators: In this script, we will study about the Use of Java operators. JavaScript has the following. type of operators A) Arithmetic operators: - 1) Addition operators or “+” 2) Subtraction operator or “-” 3) Multiplying operator or “*” 4) Exponentiation or “^” 5) Division or “/” 6) Modulus or “%” 7) Increment or “++” 8) Decrement or “--”.