name two types of arithematic operators
Answers
Answered by
0
Explanation:
- These operators are + (addition), - (subtraction), * (multiplication), / (division), and % (modulo). The following table summarizes the binary arithmetic operations in the Java programming language.
- Overview. The basic arithmetic operations are addition, subtraction, multiplication, and division.
Answered by
1
Answer:
Binary operator: This is used for numerical calculations between 2 constants values. Unary operator: Unary operators are increment operator (++), decrement operator (--) and minus (-). There is no unary plus in ‘C’.
#Hopeithelps
Similar questions