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,

this is a python code, no defs or break, its a while or for loop this is a python code, no defs or break, its a while

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!