Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     public static int absoluteValue(int value)
  2.     {
  3.         return Math.abs(value);
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement