Even
Numbers
Write a
program to print all even numbers until N (The number N is included).
Input: A positive integer number N.
Output: All even numbers until N;
Sample Input:
|
Sample Input2:
|
7
|
14
|
Sample Output1:
|
Sample Output2:
|
2 4 6
|
2 4 6 8 10 12 14
|
Для отправки решений необходимо