+ 3
What are operaters
give information about operators
4 ответов
+ 16
which performs an operation on operand(s)
//can be logical,arithmetic & many more
https://www.sololearn.com/learn/Java/2140/
+ 4
https://en.m.wikipedia.org/wiki/Operator_(computer_programming)
+ 1
the arithmetic operator is addition ' + ' soustraction ' - ' multiplication ' * ' division '/ ' and modulus ' % '
+ 1
there are five arithmetic operators