Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. import java.util.*;
  2.  
  3. public class Main
  4. {
  5.     public static void main(String[] args) {
  6.         int jumlah = 300000 + 33000;
  7.         System.out.println(String.format("%,d", jumlah));
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement