Guest User

Untitled

a guest
May 7th, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. int a = 5;
  2. int b = 10;
  3.  
  4. public static int myMethod(a,b) {
  5.  
  6. int z;
  7.  
  8. z = b - a;
  9. return z;
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment