Question: Write a program that allows the user to enter an integer value n and prints all the positive even integers smaller or equal to n,

Write a program that allows the user to enter an integer value n and prints all the positive even integers smaller or equal to n, in decreasing order. Desired output: Enter a positive integer: 7 The even numbers in decreasing order are: 64 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
