+ 1
What are the the fundamental operator from which all the desired operations can be performed.
3 odpowiedzi
+ 3
Whoopsie noticed his language now😅 I included from as many languages as I know (or remember)
+ 2
* (multiplication)
/ (division)
+ (addition)
- (subtraction)
** (exponentiation)
= (assignment)
== / === (equality)
|| (OR)
&& (AND)
~, |, ^, etc. (Bitwise operators)