Advertisement
vazzim

Untitled

Nov 24th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. public class Solutions {
  2.     public static void main(String[] args) {
  3.         byte x = 127;
  4.         x++;
  5.         System.out.println(x);
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement