hey guys..
greetings to all
please help me regarding my problem
i want to find how many times a digit has occurred in a number.
for example
i have an array which consists of numbers
1011 1022 1033
number of 1's= 5
number of 2's= 2
number of 3's= 2
.. i want to to that .. please help how can i do this.