Advertisement
Crenox

intHarmony Java Program

May 13th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. // Sammy Samkough
  2. // intHarmony
  3.  
  4. public class intHarmony
  5. {
  6. public static void main(String args[])
  7. {
  8.  
  9. }
  10. }
  11. /*
  12. int x = 1000000000;
  13. System.out.println(Integer.toBinaryString(x));
  14. */
  15.  
  16. /*
  17.  
  18. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement