Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assign a variable to the list of numbers, [44,551,75,33,6,988,37,34546,98,56,34]. Use a for loop to go through the numbers and print the number and if they
Assign a variable to the list of numbers, [44,551,75,33,6,988,37,34546,98,56,34]. Use a for loop to go through the numbers and print the number and if they are even (divisible by 2) or odd. Use the remainder operator to display 0 if they are even or 1 if they are odd Use a variable to accumulate the remainders (of all numbers) and print it out at the end of the program. This will tell us how many of the numbers are odd.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started