Question: Python Write a program that generated even numbers from 1 to n. Set n in the beginning of the program and use a while loop

Python

Write a program that generated even numbers from 1 to n. Set n in the beginning of the program and use a while loop to compute the numbers. (Make sure that if n is odd number, the largest generated even number is n-1). Write code in python and also output. store them in the list and print the list into console.

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!