Set right-adjacent bits: Difference between revisions

m
More minor adjustments.
m (Few minor adjustments to code.)
m (More minor adjustments.)
Line 511:
private static void setRightAdjacent(String aText, int aNumber) {
System.out.printprintln("n = " + aNumber + ", Width = " + aText.length() + ", Input: " + aText);
System.out.println(aText);
char[] text = aText.toCharArray();
897

edits