QUICK DOCS The modulus operator will be helpful in ... - Mr. Jagpal

9.2.5: Divisible by 3 RUN CODE TEST CASES ASSIGNMENT DOCS GRADE MORE 5 points Status: Unopened Write a program that creates a list of Booleans. The list should tell which numbers, 1-10, are divisible by 3. For example, if the number is 2, the Boolean should be False . If the number is 3, the Boolean should be True . Print out the resulting list. ................
................