Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class HelloWorld {
- public static void main(String []args) {
- long four_billions = 4_000_000_000;
- System.out.println(four_billions);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement