Programming riddle:
public class JoyOfHex {
public static void main(String[] args) {
System.out.println(Long.toHexString(0x100000000L + 0xcafebabe));
}
}
What does it print?Help others by reviewing this bot!
0.0 out of 5
Based on 0 reviews