The number of elements in the list that are divisible by 10 is 10, 20, 30, 1000, 5000, 60000, etc.
Given:
the number of elements in the list that are divisible by 10. (hint: the number x is divisible by 10 if x % 10 is 0.) div ten
The number is divisible by 10 and the last digit is zero.
suppose take 10:
= 10/10 = 1
It is divisible.
= 10%10
The last digit or remainder is zero.
Therefore the number of elements in the list that are divisible by 10 is 10, 20, 30, 1000, 5000, 60000, etc.
Learn more about the number here:
https://brainly.com/question/17429689
#SPJ4