Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example to demonstrate arithmetic operators #125

Open
aprabhat opened this issue Nov 12, 2019 · 0 comments
Open

Example to demonstrate arithmetic operators #125

aprabhat opened this issue Nov 12, 2019 · 0 comments
Labels
code good first issue Good for newcomers Hacktoberfest Issues to participate in Hacktoberfest 2021 v2.0.0

Comments

@aprabhat
Copy link
Collaborator

aprabhat commented Nov 12, 2019

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 shift

https://golang.org/ref/spec#Arithmetic_operators

@aprabhat aprabhat added the enhancement New feature or request label Nov 12, 2019
@sagar-jadhav sagar-jadhav added defer-candidate v1.0.0 Label for version 1.0.0 work items labels Dec 21, 2019
@sagar-jadhav sagar-jadhav added code good first issue Good for newcomers v2.0.0 and removed defer-candidate enhancement New feature or request v1.0.0 Label for version 1.0.0 work items labels Mar 19, 2020
@sagar-jadhav sagar-jadhav changed the title Add code example for Arithmetic Operators in Go Lang Add example to demonstrate arithmetic operators Mar 19, 2020
@sagar-jadhav sagar-jadhav changed the title Add example to demonstrate arithmetic operators Example to demonstrate arithmetic operators Sep 11, 2020
@sagar-jadhav sagar-jadhav added the Hacktoberfest Issues to participate in Hacktoberfest 2021 label Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code good first issue Good for newcomers Hacktoberfest Issues to participate in Hacktoberfest 2021 v2.0.0
Projects
None yet
Development

No branches or pull requests

2 participants