Advertisement
Guest User

Untitled

a guest
May 24th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.10 KB | None | 0 0
  1.     public static int Add(int x, int y)
  2.     {
  3.         int result = x + y;
  4.         return result;
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement