3
Answers

Trailing Zeroes

In the number 1000 how can i print that "there are 3 zeroes" only using for loop.
 
eg: in 1000 , 3 zeroes
in 10000 , 4 zeroes 

Answers (3)