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
Get step-by-step solutions from verified subject matter experts
