Skip to content

Comments

5932700/please turn on two factor authentication#117

Merged
usernamealreadyis merged 10 commits intousernamealreadyixxfrom
5932700/please-turn-on-two-factor-authentication
Oct 29, 2017
Merged

5932700/please turn on two factor authentication#117
usernamealreadyis merged 10 commits intousernamealreadyixxfrom
5932700/please-turn-on-two-factor-authentication

Conversation

@usernamealreadyis
Copy link
Contributor

No description provided.

Integer Arithmetic

1.

6 * ((-2 + 3) * (2 - 1))
=>  6 * (-1 * (2 - 1))
=>  6 * (-1 * 1)  =>  6 * -1  =>  -6

The application that computes this answer would appear as follows:

public class Test
{ public static void main(String[] args)
  { System.out.println(6 * ((-2 + 3) * (2 - 1))); }
}

2.

6 * (-2 + 3) * (2 - 1) 
=>  6 * -1 * (2 - 1)
=>  -6 * (2 - 1)  =>  -6 * 1  => -6

3.

6 * -2 + 3 * (2 - 1) 
=>  -12 + 3 * (2 - 1)
=>  -12 + 3 * 1  =>  -12 + 3  =>  -9

4.

6 * -2 + 3 * 2 - 1 
=>  -12 + 3 * 2 - 1
=>  -12 + 6 - 1  =>  -6 - 1  =>  -7
<iframe name="canvas_iframe" id="canvas_iframe"></iframe>
…r-authentication

59327001/please turn on two factor authentication
…or-authentication

5932700/please turn on two factor authentication
Apps on GitHub extend and improve existing workflows. People can purchase apps from GitHub Marketplace or browse useful tools and services that integrate with GitHub in Works with GitHub.

If you're building or adding integrations, this documentation will help get you up and running.

For support requests, bug reports, and discussions related to GitHub Apps (not OAuth Apps), use the GitHub Platform Forum. The forum allows you to collaborate with other integrators as well as engineers and product managers from GitHub.

If your request is about OAuth Apps, or if you need to discuss a private concern, please contact support directly
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants