Extracting individual digits code example Example: Extracting individual digits get(position,number) { return trunc(number/10^position)%10 }