Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public class Main {
  2. public static void main(String[] args) throws Exception {
  3. int binaryNum = 0b00001010;
  4. System.out.println(binaryNum);
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement