first and last digit not getting passed in an api code example Example: find last digit of number //C++ int last_digit = number % 10;