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
2d

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

  • Use loops to print the numbers in the required ord...read more

Help your peers!
Add answer anonymously...
HexaView Technologies Applications Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter