arithmetic operators
arithmetic operators
1. Operator :- + Addition
2. Operator :- Multiplication
3. Operator :- Division
Description :- Divides left hand operand by right hand operand and returns
remainder
5. Operator :- = (Assignment)
Description :- Compares two numbers, if both are same then returns true &
Compares two numbers, if both are different then returns true.