Odd
Numbers
Write a
program to print all odd numbers until N (The number N is included).
Input: A positive integer number N.
Output: All odd numbers until N;
Sample Input:
|
Sample Input2:
|
8
|
15
|
Sample Output1:
|
Sample Output2:
|
1 3 5 7
|
1 3 5 7 9 11 13 15
|
Для отправки решений необходимо