How would you write a function that takes in n and i (integers) and outputs the ith least significant digit of n?

(startingNumber % (10 ^ sigdigit))/(10 ^ (sigdigit - 1))

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.