Guest User

Untitled

a guest
Mar 6th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1.         System.out.println("OVERFLOW TEST");
  2.         long a = Long.MAX_VALUE;
  3.         System.out.println(a);
  4.         System.out.println("a+1:" + (a+1));
Add Comment
Please, Sign In to add comment