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"
8.8m questions
11.4m answers