Inverted L pattern
The program must accept an integer as N as the input. The program must print the desired pattern as shown in the Example Input/Output section.
Boundary Condition(s):
1 <= N <= 1000
Input Format:
The first line contains the value of N.
Output Format:
The list of lines contain the desired pattern as shown in the Example Input/Output sections.
Example Input/Output 1:
Input:
10
Output:
1 3 5 7 9
2
4
6
8
Example Input/Output 2:
Input:
7
Output:
1 3 5 7
2
4
6
QGP:
Which language do you want it in? Java, C++, etc?
Answers
Answered by
0
Renu wrote one report "e-world" and submitted the report for review. The reviewer suggested some changes comments without modifying the original document and asked her to incorporate those changes in the document.Write the name of the feature used by the reviewer and steps Renu should follow to update the document.
Similar questions
Computer Science,
7 months ago
Hindi,
1 year ago
Math,
1 year ago
Hindi,
1 year ago
Science,
1 year ago