Pattern Printing Task
You are tasked with printing a specific pattern based on the given number of rows, 'N'. For any input value of 'N', generate and print a pattern as described in the example.
Input:
1
5
Output:
1 2 3 4 5
11 12 13 14 15
21 22 23 24 25
16 17 18 19 20
6 7 8 9 10
Example:
For ‘N’ = 5, the pattern generated is as follows:
1 2 3 4 5
11 12 13 14 15
21 22 23 24 25
16 17 18 19 20
6 7 8 9 10
- Note: There is exactly one space between each value in a row.
Constraints:
1 <= T <= 5
1 <= N <= 100

AnswerBot
5mo
The task is to print a specific pattern based on the given number of rows, 'N'.
Iterate through each row and print the numbers in the specified pattern
Start with the first row, then move to the next ro...read more
Help your peers!
Add answer anonymously...
Top ENO Interview Questions Asked at UBS
Q. Do you have a reliable WiFi connection and a laptop/desktop computer?
Q. What is the concept of Seclending, Repurchase, and Reverse Repurchase Agreement?
Q. Pitch Credit Suisse to a Manager in one minute.
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

