Skip to content

Instantly share code, notes, and snippets.

@mwilbz
Created June 22, 2017 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwilbz/a06cb9868ad44127954b68c6c239f5ab to your computer and use it in GitHub Desktop.
Save mwilbz/a06cb9868ad44127954b68c6c239f5ab to your computer and use it in GitHub Desktop.
public int mean1(int a, int b) {
return (a + b) / 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment