Question: this is a python code, no defs or break, its a while or for loop Question 8 (10 points) Given a list of positive integers,
Question 8 (10 points) Given a list of positive integers, write a Python program to display each integer in the list that is evenly divisible by both 3 and 4. Also, print how many of those integers were found. Sample input/output: Enter a positive integer (e or negative to end): -12 Number of integers evenly divisible by 3 and 4: @ Sample input/output: Enter a positive integer (@or negative to end): 3 Enter a positive integer (e or negative to end): 12 12 is evenly divisible by 3 and 4. Enter a positive integer (e or negative to end): 4 Enter a positive integer (e or negative to end): 24 24 is evenly divisible by 3 and 4. Enter a positive integer (@or negative to end) : 18 Enter a positive integer (e or negative to end): Number of integer's evenly divisible by 3 and 4: 2 marbles.py
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
