What are operators
Write some familiar operators
Answers
Answered by
1
In mathematics and sometimes in computer programming, an operator is a character that represents an action, as for example x is an arithmetic operator that represents multiplication. In computer programs, one of the most familiar sets of operators, the Boolean operators, is used to work with true/false values.
Answered by
0
operators are the symbols that perform operations.
e.g. +,-,*,/.etc.
Similar questions