Select all numbers from the list that are divisible by 9.
Note
A number is divisible by 9 if the sum of its digits is a multiple of 9; 81, 234, 306, and 450 satisfy this, while 143 does not.
Select all numbers from the list that are divisible by 9.
A number is divisible by 9 if the sum of its digits is a multiple of 9; 81, 234, 306, and 450 satisfy this, while 143 does not.