Computer Science, asked by aap3858, 3 months ago

name two types of arithematic operators

Answers

Answered by Ayansiddiqui12
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 Anonymous
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