Computer Science, asked by raajitha013, 10 months ago

Decode the logic and print the Pattern that corresponds to given input.
If N= 3
then pattern will be :
10203010011012
**4050809
****607
If N= 4
then pattern will be:
1020304017018019020
**50607014015016
****809012013
******10011

Answers

Answered by pradeepkommu
3

Answer:

Please find the attached file.

Explanation:

total Numbers=N*(N+1)

Every Number i appended with 0

and every row is appended with * with the multiple of 2

Attachments:
Similar questions