Print an unsigned long in Java
System.out.println("Value of my unsigned long: " + Long.toUnsignedString(i));
Comments
Be the first to comment!
System.out.println("Value of my unsigned long: " + Long.toUnsignedString(i));