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
4mo
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...
UBS ENO interview questions & answers
An ENO was asked Q. Do you have a reliable WiFi connection and a laptop/desktop computer?
An ENO was asked Q. What is the concept of Seclending, Repurchase, and Reverse Repurchase Agreement?
An ENO was asked Q. Pitch Credit Suisse to a Manager in one minute.
Popular interview questions of ENO
An ENO was asked Q1. Do you have a reliable WiFi connection and a laptop/desktop computer?
An ENO was asked Q2. What is the concept of Seclending, Repurchase, and Reverse Repurchase Agreement?
An ENO was asked Q3. Pitch Credit Suisse to a Manager in one minute.
Top HR questions asked in UBS ENO
An ENO was asked Q1. Walk me through your resume.
An ENO was asked Q2. What is your weakness and how did you improve on it?
An ENO was asked Q3. What is one reason we should hire you?
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

