Skip to content

Instantly share code, notes, and snippets.

@Temidtech
Last active June 4, 2018 21:35
Show Gist options
  • Save Temidtech/43e3966e226ece9202867730cc0ecfcb to your computer and use it in GitHub Desktop.
Save Temidtech/43e3966e226ece9202867730cc0ecfcb to your computer and use it in GitHub Desktop.
public int addition(int x, int y)
{
int result=0;
result=x+y;
return result;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment