Skip to content

improvement:operators.md #20

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

Merged
merged 5 commits into from
Sep 26, 2021

Conversation

roshaan005
Copy link
Contributor

@roshaan005 roshaan005 commented Sep 26, 2021

Fixes #8

Short description of what this resolves:

The issue related to the unclear explanation of logical operators in java will be resolved with this pull request.

improve: the explanations of the logical operators AND and OR: && vs. & and || vs. |

What Changes proposed in this pull request:

  • improves the explanation of logical operators
  • explicitly mentions the differences between a bitwise and logical operator

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added documentation so that the program is self-explanatory and educational.
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:
improves the operators.md lesson.

Copy link
Owner

@Utkarsh1504 Utkarsh1504 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove .vscode/setting.json file,
Thank you for Improving this lesson.

@roshaan005
Copy link
Contributor Author

sorry for that , I removed it , could you please check now?

@Utkarsh1504
Copy link
Owner

Thank you for your contribution. I appreciate your hard work. Keep Contributing 👍🏼

@Utkarsh1504 Utkarsh1504 merged commit 43f00d2 into Utkarsh1504:main Sep 26, 2021
@roshaan005
Copy link
Contributor Author

Was a pleasure working on this one. Thank you for being patient!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

improve: the explanations of the logical operators AND and OR: && vs. & and || vs. |
2 participants