How many zeroes are at the end of 42!
I thought you were supposed to use the dividing by 5 algorithm, but it doesn't work in this case.
Here's the algorithm :
42 / 5 = 8 + remainder
42 / 5^2 = 42 / 25 = 1 + remainder
Ignore the remainders.....add the integers.....
8 + 1 = 9
There are 9 trailing zeroes !!!!!
Ohhhh you use the whole number!!!!! Oops!
Thanks so much, Chris!!!!