Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. package tipedata;
  2.  
  3. /**
  4. *
  5. * @author ngodinggan
  6. *
  7. */
  8. public class test{
  9. public static void main(String[] args) {
  10. long a = 424327564;
  11. long b= 45444212;
  12. long hasil;
  13. hasil = a + b;
  14. System.out.println("Hasil dari tipe data int " + hasil);
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement