If $2$ numbers $n$ and $m$ are given, how can be found out the number of numbers with zero between and including $m$ and $n$ ($m \leq n$)?. For example, if $m=10$, $n=100$ the numbers with zeroes are $10,20,30,40,50,60,70,80,90,100$ .i.e 10 numbers.
My question is that there is any recursive formula to calculate the number of numbers with zero in a given range. If so, what is that? And what is the reasoning behind it? Please explain it clearly.