Example to demonstrate arithmetic operators #125
Labels
code
good first issue
Good for newcomers
Hacktoberfest
Issues to participate in Hacktoberfest 2021
v2.0.0
Add code example for Arithmetic operators in Go Lang along with bit wise and shift operators.
+
sum-
difference*
multiplication/
division%
modulo&
bitwise AND|
bitwise OR^
bitwise XOR&^
bit clear (AND NOT)<<
left shift>>
right shifthttps://golang.org/ref/spec#Arithmetic_operators
The text was updated successfully, but these errors were encountered: