Quantcast
Channel: #plamen { yovchev's: blog; } »изпит | #plamen { yovchev's: blog; }
Viewing all articles
Browse latest Browse all 10

[C#] Домашно Loops – 12 задача

$
0
0

Write a program that reads from the console a positive integer number N (N < 20) and outputs a matrix like the following:
N = 3
———
1 2 3
2 3 4
3 4 5

N = 4
———
1 2 3 4
2 3 4 5
3 4 5 6
4 5 6 7


Viewing all articles
Browse latest Browse all 10

Trending Articles