"writeWithCommas" is supposed to print
its input value with commas properly inserted (every three
digits, starting at the right). But "writeWithCommas"
doesn’t always work as intended. Which of the following
arguments will not be printed correctly?
The problem is that the blocks of digits are put in reverse order.