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

Fix example on Operator Precedance #16 #17

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

vitorlany
Copy link
Contributor

No description provided.

@vitorlany vitorlany requested review from a team as code owners March 13, 2023 10:39
@Taz03 Taz03 linked an issue Mar 13, 2023 that may be closed by this pull request
@@ -18,11 +19,12 @@ None of this should be a surprise if you learned [PEMDAS](https://www.khanacadem
// 6 + 27 / 2 - 2

// 27 / 2 happens next
// because of int division, that gives 13
// because of int division, that gives 13
// (ignores float point number .5)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't like this parenthetical line.

  • its floating point not float point
  • The int division line above is already explaining that.

We should say integer division though, since that is what we call it in previous sections

@bowbahdoe
Copy link
Collaborator

@vitorlany Going to merge and then apply the fix for the comment I left.

@bowbahdoe bowbahdoe enabled auto-merge (squash) March 15, 2023 03:08
@bowbahdoe bowbahdoe disabled auto-merge March 15, 2023 03:14
@bowbahdoe bowbahdoe merged commit 07635dd into Together-Java:develop Mar 15, 2023
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.

Fix example on Operator Precedance
3 participants