4.5 Number Pattern
4.5 Number Pattern
Problem Description: You are given with an input number N, then you have to print the given
star pattern corresponding to that number N.
For example, if N=4
Pattern output:
1 1
12 21
123 321
12344321