Write a program to print the following formation depending upon size of the matrix. Use System.out.println or System.out.print for printing.
Input (Integer) |
Printed Output |
4 |
1 2 2 3 3 3 4 4 4 4 |
7 |
1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 6 6 6 6 6 6 7 7 7 7 7 7 7 |
for eg. if the input is 4 it should print
for eg. if the input is 5 it should print