Two's complement: Difference between revisions

m
Another correction of code formatting.
m (Correcting code formatting.)
m (Another correction of code formatting.)
Line 201:
for ( Integer example : examples ) {
System.out.println(String.format("%5s%18s%36s%13s",
String.format("%5s%18s%36s%13s", example, toHex(example), toBinary(example), twosComplement(example)));
}
}
884

edits