Edit MetaData
4Â years, 8Â months ago
How many integer from 100- 999, both inclusive , don't contain any of the digit 2,3,4,5
4Â years, 8Â months ago
@Bilal, The number should not contain 2,3,4,5 so anything that starts with 2(200,201,202..299), 3, 4,5 cannot be counted.
4Â years, 8Â months ago
@Anand, you are missing out on numbers like 10, 60,70,80 etc.