Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class LiteralsEnter {
- public static void main (String[] args) {
- System.out.println(3);
- System.out.println(0);
- System.out.println(−345);
- System.out.println(138764);
- System.out.println(−345002);
- }
- }
RAW Paste Data