using python language • Create the following list of numbers: [3,7,5,2,9,7] • Write a while loop that will print out the numbers • Write a for loop that will print out the numbers • Using a loop, write the code that will print out all elements that are larger than their neighbor i.e.: (7,9) • Write the code that will loop through the list and for every odd number prints: "Odd" and every even number "Even"

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter16: Searching, Sorting And Vector Type
Section: Chapter Questions
Problem 23SA
icon
Related questions
Question
using python language
Create the following list of numbers: [3,7,5,2,9,7]
• Write a while loop that will print out the numbers
• Write a for loop that will print out the numbers
• Using a loop, write the code that will print out all elements that are larger than their neighbor i.e.: (7,9)
• Write the code that will loop through the list and for every odd number prints: "Odd" and every even
number "Even"
Transcribed Image Text:using python language Create the following list of numbers: [3,7,5,2,9,7] • Write a while loop that will print out the numbers • Write a for loop that will print out the numbers • Using a loop, write the code that will print out all elements that are larger than their neighbor i.e.: (7,9) • Write the code that will loop through the list and for every odd number prints: "Odd" and every even number "Even"
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Mergesort
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning