Answer: First, the last digit of the number is `n = n % 10`, once you have calculated the last digit of the number, the second last digit is `n = n % 10`.
Second, if n < 10 then print "o"
9.4m questions
12.2m answers