|
|
back to boardHow to count zeroes? Posted by Sbreg 10 Jun 2003 00:48 I can count digits 1-9, but can't do it with zeroes. Help me! Re: How to count zeroes? Posted by 55555 16 Aug 2003 22:17 Do it as other digits.and the result of digit 0 must dec power(10,n)+power(10,n-1)+...+power(10,0) (n is the length of the page) Good luck! |
|
|